chore: mettre à jour dependencies avec go get -u

This commit is contained in:
Victor Lacasse-Beaudoin 2023-11-29 17:31:11 -05:00
parent 48e6f2adc8
commit 6e34b536ce
2 changed files with 1946 additions and 4 deletions

21
go.mod
View file

@ -3,8 +3,21 @@ module git.agecem.com/agecem/babillard
go 1.16
require (
github.com/labstack/echo/v4 v4.4.0
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
github.com/bketelsen/crypt v0.0.4 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/labstack/echo/v4 v4.11.3
github.com/labstack/gommon v0.4.1 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/cobra v1.8.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.17.0
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
)

1929
go.sum

File diff suppressed because it is too large Load diff