2019-12-05 04:02:27 +00:00
|
|
|
module github.com/portainer/portainer/api
|
|
|
|
|
2021-07-14 01:10:42 +00:00
|
|
|
go 1.16
|
2019-12-05 04:02:27 +00:00
|
|
|
|
|
|
|
require (
|
2021-10-12 02:32:14 +00:00
|
|
|
github.com/Microsoft/go-winio v0.4.17
|
2021-09-06 07:58:26 +00:00
|
|
|
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
|
|
|
|
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
|
2021-12-01 00:18:57 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2 v1.11.1
|
|
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.6.2
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/ecr v1.10.1
|
2019-12-05 04:02:27 +00:00
|
|
|
github.com/boltdb/bolt v1.3.1
|
2021-10-12 02:32:14 +00:00
|
|
|
github.com/containerd/containerd v1.5.7 // indirect
|
2019-12-05 04:02:27 +00:00
|
|
|
github.com/coreos/go-semver v0.3.0
|
|
|
|
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2021-10-12 02:32:14 +00:00
|
|
|
github.com/docker/cli v20.10.9+incompatible
|
|
|
|
github.com/docker/docker v20.10.9+incompatible
|
2021-09-06 07:58:26 +00:00
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
2019-12-05 04:02:27 +00:00
|
|
|
github.com/g07cha/defender v0.0.0-20180505193036-5665c627c814
|
2021-05-24 05:27:07 +00:00
|
|
|
github.com/go-git/go-git/v5 v5.3.0
|
2020-04-29 02:25:25 +00:00
|
|
|
github.com/go-ldap/ldap/v3 v3.1.8
|
2021-10-12 02:32:14 +00:00
|
|
|
github.com/gofrs/uuid v4.0.0+incompatible
|
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
2019-12-05 04:02:27 +00:00
|
|
|
github.com/gorilla/mux v1.7.3
|
|
|
|
github.com/gorilla/securecookie v1.1.1
|
2021-10-12 02:32:14 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-11-30 02:31:16 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2021-05-24 05:27:07 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2019-12-05 04:02:27 +00:00
|
|
|
github.com/jpillora/chisel v0.0.0-20190724232113-f3a8df20e389
|
2021-10-12 02:32:14 +00:00
|
|
|
github.com/json-iterator/go v1.1.11
|
2019-12-05 04:02:27 +00:00
|
|
|
github.com/koding/websocketproxy v0.0.0-20181220232114-7ed82d81a28c
|
2021-10-12 02:32:14 +00:00
|
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
2021-09-06 07:58:26 +00:00
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
2019-12-05 04:02:27 +00:00
|
|
|
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6
|
2021-04-06 10:08:43 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-10-20 12:01:38 +00:00
|
|
|
github.com/portainer/docker-compose-wrapper v0.0.0-20211018221743-10a04c9d4f19
|
2021-08-10 04:59:47 +00:00
|
|
|
github.com/portainer/libcrypto v0.0.0-20210422035235-c652195c5c3a
|
2021-09-29 00:12:45 +00:00
|
|
|
github.com/portainer/libhelm v0.0.0-20210929000907-825e93d62108
|
2021-11-22 18:05:09 +00:00
|
|
|
github.com/portainer/libhttp v0.0.0-20211021135806-13e6c55c5fbc
|
2021-08-17 01:12:07 +00:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2021-08-03 23:26:22 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-07-21 01:56:28 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-09-06 07:58:26 +00:00
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
2021-05-24 05:27:07 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
2021-10-12 02:32:14 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2019-12-05 04:02:27 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2021-09-02 05:28:51 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2021-10-12 02:32:14 +00:00
|
|
|
k8s.io/api v0.22.2
|
|
|
|
k8s.io/apimachinery v0.22.2
|
|
|
|
k8s.io/client-go v0.22.2
|
2021-11-29 13:06:50 +00:00
|
|
|
software.sslmate.com/src/go-pkcs12 v0.0.0-20210415151418-c5206de65a78
|
2019-12-05 04:02:27 +00:00
|
|
|
)
|