-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
42 lines (39 loc) · 1.78 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
module github.com/benitogf/tie
go 1.19
require (
github.com/benitogf/auth v0.0.0-20210625074045-fe419ddf49e0
github.com/benitogf/katamari v0.0.0-20220924134414-1f73e9bf0582
github.com/benitogf/level v0.0.0-20211230070053-3b00ff9828db
github.com/goccy/go-json v0.9.11
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/prometheus/client_golang v1.11.0
github.com/stretchr/testify v1.8.0
)
require (
github.com/bclicn/color v0.0.0-20180711051946-108f2023dc84 // indirect
github.com/benitogf/coat v0.0.0-20200402073050-ff807656cbec // indirect
github.com/benitogf/jsonpatch v0.0.0-20210608090026-cebd07eba361 // indirect
github.com/benitogf/pivot v0.0.0-20210825050412-ec2fd40ab94f // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cristalhq/base64 v0.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/gorilla/handlers v1.5.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pkg/expect v0.0.0-20191209053905-1fe4c9394a8a // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/rs/cors v1.8.2 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)