Skip to content

Commit

Permalink
Upgrade go version
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushroshan committed Feb 17, 2024
1 parent 8b0cb52 commit 034b3b7
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions services/community/go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
module crapi.proj/goservice

go 1.14
go 1.21

require (
github.com/badoux/checkmail v0.0.0-20200623144435-f9f80cb795fa
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/mux v1.7.4
github.com/jinzhu/gorm v1.9.14
github.com/joho/godotenv v1.3.0
github.com/lib/pq v1.7.0 // indirect
github.com/lithammer/shortuuid v3.0.0+incompatible
go.mongodb.org/mongo-driver v1.3.5
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
)

require (
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/klauspost/compress v1.9.5 // indirect
github.com/lib/pq v1.7.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
golang.org/x/text v0.3.3 // indirect
)

0 comments on commit 034b3b7

Please sign in to comment.