-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b0cb52
commit 034b3b7
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |