forked from mystiq/dex
Move up go version
This commit is contained in:
parent
55b49063f8
commit
88fd211fb5
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
@ -1,5 +1,7 @@
|
|||
module github.com/dexidp/dex
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/Microsoft/hcsshim v0.8.7 // indirect
|
||||
github.com/beevik/etree v1.1.0
|
||||
|
@ -50,5 +52,3 @@ require (
|
|||
gopkg.in/square/go-jose.v2 v2.3.1
|
||||
sigs.k8s.io/testing_frameworks v0.1.2
|
||||
)
|
||||
|
||||
go 1.13
|
||||
|
|
Loading…
Reference in a new issue