File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/setup-go@v2
13
13
with :
14
- go-version : 1.17 .x
14
+ go-version : 1.18 .x
15
15
- uses : actions/checkout@v2
16
16
- run : make test
Original file line number Diff line number Diff line change
1
+ .vscode /
Original file line number Diff line number Diff line change 1
1
module github.com/pomerium/enterprise-client-go
2
2
3
- go 1.16
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/envoyproxy/go-control-plane v0.9.9
@@ -10,3 +10,14 @@ require (
10
10
google.golang.org/grpc v1.40.0
11
11
google.golang.org/protobuf v1.27.1
12
12
)
13
+
14
+ require (
15
+ github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed // indirect
16
+ github.com/davecgh/go-spew v1.1.0 // indirect
17
+ github.com/pmezard/go-difflib v1.0.0 // indirect
18
+ golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
19
+ golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
20
+ golang.org/x/text v0.3.3 // indirect
21
+ google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
22
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
23
+ )
You can’t perform that action at this time.
0 commit comments