forked from haproxytech/dataplaneapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
47 lines (45 loc) · 2.02 KB
/
go.mod
File metadata and controls
47 lines (45 loc) · 2.02 KB
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/haproxytech/dataplaneapi
go 1.16
require (
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/aws/aws-sdk-go-v2 v1.3.1
github.com/aws/aws-sdk-go-v2/config v1.1.3
github.com/aws/aws-sdk-go-v2/credentials v1.1.3
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.2.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.2.0
github.com/docker/go-units v0.4.0
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/getkin/kin-openapi v0.17.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-openapi/errors v0.19.4
github.com/go-openapi/loads v0.19.5
github.com/go-openapi/runtime v0.19.15
github.com/go-openapi/spec v0.19.7
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/swag v0.19.9
github.com/go-openapi/validate v0.19.8
github.com/google/renameio v1.0.1
github.com/google/uuid v1.2.0
github.com/haproxytech/client-native/v2 v2.5.2-0.20211206123419-26ecdb7596f6
github.com/haproxytech/config-parser/v4 v4.0.0-rc2.0.20211201125949-12e472fc123e
github.com/hashicorp/consul/api v1.6.0
github.com/hashicorp/hcl v1.0.0
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/lestrrat-go/apache-logformat v0.0.0-20210106032603-24d066f940f8
github.com/lestrrat-go/envload v0.0.0-20180220234015-a3eb8ddeffcc // indirect
github.com/nathanaelle/syslog5424/v2 v2.0.5
github.com/rodaine/hclencoder v0.0.0-20200910194838-aaa140ee61ed
github.com/rs/cors v1.7.0
github.com/shirou/gopsutil v3.21.4+incompatible
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.6.1
github.com/tebeka/strftime v0.1.5 // indirect
github.com/tklauser/go-sysconf v0.3.6 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
golang.org/x/sys v0.0.0-20211102192858-4dd72447c267
gopkg.in/yaml.v2 v2.3.0
)