oidc-auth-armada-app/stx-oidc-client/debian/docker/go.mod
Michel Thebeau 62384ab6f5 move oidc-client docker image to Debian
Copy the files from CentOS build.  No changes are required to build the
stx-oidc-client image within Debian build environment.  The image is
based on upstream golang.

Remove oidc-client docker image build from CentOS

Test Plan:

PASS: private build of docker image
PASS: review/compare content of docker image
PASS: isolated run of docker image for exe sanity

Story: 2009831
Task: 46463

Change-Id: Ic875337778947f4be05b6f5506302061b67799f5
Signed-off-by: Michel Thebeau <Michel.Thebeau@windriver.com>
2022-09-29 13:31:18 +00:00

13 lines
337 B
Modula-2

module stx-oidc-client
go 1.15
require (
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
)