This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
47 lines (43 loc) · 1.87 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
module github.com/asecurityteam/transportd
go 1.21
require (
bitbucket.org/atlassian/go-asap v0.0.0-20190921160616-bb88d6193af9
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc
github.com/asecurityteam/httpstats/v2 v2.4.0
github.com/asecurityteam/logevent v1.6.1
github.com/asecurityteam/runhttp v0.6.1
github.com/asecurityteam/settings v1.0.0
github.com/asecurityteam/transport v1.6.7
github.com/getkin/kin-openapi v0.69.0
github.com/golang/mock v1.6.0
github.com/stretchr/testify v1.8.4
github.com/vincent-petithory/dataurl v1.0.0
)
require (
github.com/asecurityteam/component-connstate v0.2.0 // indirect
github.com/asecurityteam/component-expvar v0.2.0 // indirect
github.com/asecurityteam/component-log v0.2.1 // indirect
github.com/asecurityteam/component-signals v0.2.0 // indirect
github.com/asecurityteam/component-stat v0.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-chi/chi v4.0.3+incompatible // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/xhandler v0.0.0-20170707052532-1eb70cf1520d // indirect
github.com/rs/xstats v0.0.0-20170813190920-c67367528e16 // indirect
github.com/rs/zerolog v1.29.0 // indirect
github.com/spf13/cast v1.5.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace git.apache.org/thrift.git => github.com/apache/thrift v0.19.0