Skip to content

Commit

Permalink
chore: bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Sep 12, 2022
1 parent dec2d53 commit ac57f63
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
module github.com/foomo/fender

go 1.16
go 1.19

require (
github.com/go-playground/validator/v10 v10.11.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit ac57f63

Please sign in to comment.