-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 721 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 721 Bytes
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
module github.com/sj-distributor/dolphin
go 1.24.0
require (
github.com/99designs/gqlgen v0.17.85
github.com/ghodss/yaml v1.0.0
github.com/graphql-go/graphql v0.8.1
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
github.com/iancoleman/strcase v0.3.0
github.com/jinzhu/inflection v1.0.0
github.com/urfave/cli v1.22.15
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/mod v0.31.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/term v0.24.0 // indirect
golang.org/x/tools v0.40.0 // indirect
)