-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (29 loc) · 1.14 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module gotwarden
go 1.14
require (
github.com/appleboy/gin-jwt/v2 v2.9.2
github.com/bytedance/sonic v1.11.9 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/dustin/go-humanize v1.0.1
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
github.com/gin-gonic/gin v1.10.0
github.com/go-playground/validator/v10 v10.22.0 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/goccy/go-json v0.10.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/lib/pq v1.7.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/ugorji/go v1.1.7 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/crypto v0.25.0
golang.org/x/net v0.27.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/gorp.v1 v1.7.2
gopkg.in/yaml.v2 v2.4.0 // indirect
)