-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
58 lines (55 loc) · 2.31 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
module github.com/MatthewBehnke/apis
go 1.18
require (
entgo.io/ent v0.11.5-0.20221212200803-3328201ba8a9
github.com/alexedwards/scs/v2 v2.5.0
github.com/casbin/casbin/v2 v2.56.0
github.com/deepmap/oapi-codegen v1.12.2
github.com/go-chi/chi/v5 v5.0.7
github.com/google/go-github/v50 v50.0.0
github.com/ilyakaznacheev/cleanenv v1.4.0
github.com/lib/pq v1.10.7
github.com/magefile/mage v1.14.0
github.com/prometheus/client_golang v1.13.1
github.com/samber/do v1.4.1
github.com/sirupsen/logrus v1.9.0
github.com/volatiletech/authboss/v3 v3.2.1
golang.org/x/mod v0.7.0
logur.dev/logur v0.17.0
)
require (
ariga.io/atlas v0.9.1-0.20230119123307-a3ab6808892b // indirect
ariga.io/entviz v0.0.0-20230125130633-6c9be8e08c7c // indirect
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/friendsofgo/errors v0.9.2 // indirect
github.com/go-openapi/inflect v0.19.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/hcl/v2 v2.14.1 // indirect
github.com/joho/godotenv v1.4.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/zclconf/go-cty v1.12.0 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.6.0 // indirect
golang.org/x/oauth2 v0.1.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)