Skip to content

Commit 034b3b7

Browse files
committed
Upgrade go version
1 parent 8b0cb52 commit 034b3b7

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

services/community/go.mod

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
11
module crapi.proj/goservice
22

3-
go 1.14
3+
go 1.21
44

55
require (
66
github.com/badoux/checkmail v0.0.0-20200623144435-f9f80cb795fa
77
github.com/dgrijalva/jwt-go v3.2.0+incompatible
8-
github.com/google/uuid v1.1.1 // indirect
98
github.com/gorilla/mux v1.7.4
109
github.com/jinzhu/gorm v1.9.14
1110
github.com/joho/godotenv v1.3.0
12-
github.com/lib/pq v1.7.0 // indirect
1311
github.com/lithammer/shortuuid v3.0.0+incompatible
1412
go.mongodb.org/mongo-driver v1.3.5
1513
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
1614
)
15+
16+
require (
17+
github.com/go-stack/stack v1.8.0 // indirect
18+
github.com/golang/snappy v0.0.1 // indirect
19+
github.com/google/uuid v1.1.1 // indirect
20+
github.com/jinzhu/inflection v1.0.0 // indirect
21+
github.com/klauspost/compress v1.9.5 // indirect
22+
github.com/lib/pq v1.7.0 // indirect
23+
github.com/pkg/errors v0.8.1 // indirect
24+
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
25+
github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc // indirect
26+
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
27+
golang.org/x/text v0.3.3 // indirect
28+
)

0 commit comments

Comments
 (0)