Skip to content

Commit 414cb12

Browse files
TUN-4961: Update quic-go to latest
- Updates fips-go to be the latest on cfsetup.yaml - Updates sumtype's x/tools to be latest to avoid Internal: nil pkg errors with fips.
1 parent d0a1daa commit 414cb12

File tree

585 files changed

+61867
-6249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

585 files changed

+61867
-6249
lines changed

cfsetup.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pinned_go: &pinned_go go=1.16.3-1
2-
pinned_go_fips: &pinned_go_fips go-fips=1.15.5-3
1+
pinned_go: &pinned_go go=1.17
2+
pinned_go_fips: &pinned_go_fips go-boring=1.16.6-6
33

44
build_dir: &build_dir /cfsetup_build
55
default-flavor: buster
@@ -116,7 +116,7 @@ stretch: &stretch
116116
- gotest-to-teamcity
117117
pre-cache:
118118
- go get golang.org/x/tools/cmd/goimports
119-
- go get github.com/BurntSushi/go-sumtype
119+
- go get github.com/sudarshan-reddy/go-sumtype@v0.0.0-20210827105221-82eca7e5abb1
120120
post-cache:
121121
- export GOOS=linux
122122
- export GOARCH=amd64

go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ require (
2222
github.com/gobwas/pool v0.2.1 // indirect
2323
github.com/gobwas/ws v1.0.4
2424
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
25-
github.com/google/go-cmp v0.5.2 // indirect
2625
github.com/google/uuid v1.1.2
2726
github.com/gorilla/mux v1.7.3
2827
github.com/gorilla/websocket v1.4.2
2928
github.com/json-iterator/go v1.1.10
3029
github.com/kr/text v0.2.0 // indirect
3130
github.com/kylelemons/godebug v1.1.0 // indirect
32-
github.com/lucas-clemente/quic-go v0.20.0
31+
github.com/lucas-clemente/quic-go v0.23.0
3332
github.com/mattn/go-colorable v0.1.8
3433
github.com/miekg/dns v1.1.31
3534
github.com/mitchellh/go-homedir v1.1.0
@@ -47,9 +46,9 @@ require (
4746
github.com/urfave/cli/v2 v2.2.0
4847
go.uber.org/automaxprocs v1.4.0
4948
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
50-
golang.org/x/net v0.0.0-20200904194848-62affa334b73
49+
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
5150
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
52-
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
51+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
5352
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
5453
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
5554
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d // indirect
@@ -58,7 +57,7 @@ require (
5857
gopkg.in/coreos/go-oidc.v2 v2.1.0
5958
gopkg.in/natefinch/lumberjack.v2 v2.0.0
6059
gopkg.in/square/go-jose.v2 v2.4.0 // indirect
61-
gopkg.in/yaml.v2 v2.3.0
60+
gopkg.in/yaml.v2 v2.4.0
6261
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
6362
zombiezen.com/go/capnproto2 v2.18.0+incompatible
6463
)

go.sum

Lines changed: 40 additions & 0 deletions
Large diffs are not rendered by default.

vendor/github.com/cheekybits/genny/.gitignore

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cheekybits/genny/.travis.yml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cheekybits/genny/README.md

Lines changed: 245 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cheekybits/genny/doc.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)