|
|
|
@ -38,11 +38,11 @@ require (
|
|
|
|
|
github.com/orcaman/concurrent-map v1.0.0
|
|
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
|
github.com/portainer/docker-compose-wrapper v0.0.0-20230301083819-3dbc6abf1ce7
|
|
|
|
|
github.com/portainer/libcrypto v0.0.0-20220506221303-1f4fb3b30f9a
|
|
|
|
|
github.com/portainer/libhttp v0.0.0-20230615144939-a999f666d9a9
|
|
|
|
|
github.com/portainer/portainer/pkg/featureflags v0.0.0-20230209201943-d73622ed9cd4
|
|
|
|
|
github.com/portainer/portainer/pkg/libhelm v0.0.0-20230410231754-96474a42eacb
|
|
|
|
|
github.com/portainer/portainer/pkg/libstack v0.0.0-20230626011105-8c16fbb8aaf9
|
|
|
|
|
github.com/portainer/portainer/third_party/digest v0.0.0-20221201002639-8fd0efa34f73
|
|
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
|
|
|
github.com/rs/zerolog v1.29.0
|
|
|
|
@ -50,6 +50,7 @@ require (
|
|
|
|
|
github.com/viney-shih/go-lock v1.1.1
|
|
|
|
|
go.etcd.io/bbolt v1.3.7
|
|
|
|
|
golang.org/x/crypto v0.7.0
|
|
|
|
|
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
|
|
|
|
|
golang.org/x/oauth2 v0.6.0
|
|
|
|
|
golang.org/x/sync v0.1.0
|
|
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
|
|
@ -140,7 +141,6 @@ require (
|
|
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
|
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
|
|
|
|
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
|
|
|
|
|
golang.org/x/mod v0.9.0 // indirect
|
|
|
|
|
golang.org/x/net v0.8.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
|
|
|