go-crud-template
go-crud-template copied to clipboard
Simple example/scaffold of CRUD application with Go Language
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.2.2 to 1.8.2. Release notes Sourced from github.com/stretchr/testify's releases. Minor improvements and bug fixes Minor feature improvements and bug fixes Fixes breaking change with HTTPBodyContains A breaking...
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.0 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.1.0 to 1.15.0. Release notes Sourced from github.com/spf13/viper's releases. v1.15.0 What's Changed Exciting New Features 🎉 feat: add multiple endpoints support for remote by @mozartz in spf13/viper#1464...
Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.0 to 0.9.1. Release notes Sourced from github.com/pkg/errors's releases. errors 0.9.1 pkg/errors 0.9.1 is a bug fix release for errors 0.9.0. This restore the previous behaviour on...
Bumps [github.com/go-chi/chi](https://github.com/go-chi/chi) from 3.3.3+incompatible to 4.1.2+incompatible. Release notes Sourced from github.com/go-chi/chi's releases. v4.1.2 fix that handles MethodNotAllowed with path variables, thank you @caseyhadden for your contribution fix to replace nested...
Bumps [github.com/golang/mock](https://github.com/golang/mock) from 1.2.0 to 1.6.0. Release notes Sourced from github.com/golang/mock's releases. v1.6.0 Changelog 317c030 Best effort guesses for output package path (#547) c59ba11 add ARM to support apple M1...