62384ab6f5
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>
13 lines
337 B
Modula-2
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
|
|
)
|