Skip to content

Commit

Permalink
Merge pull request #153 from cfergeau/go118
Browse files Browse the repository at this point in the history
build: Update go version to 1.18
  • Loading branch information
praveenkumar authored Nov 3, 2022
2 parents b619a68 + 6173cf0 commit 5bceb2d
Show file tree
Hide file tree
Showing 86 changed files with 968 additions and 3,725 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18

- name: Build
run: make cross qemu-wrapper vm
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18

- name: Test
run: make test
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18

- name: Build
run: go build -ldflags -H=windowsgui -o bin/win-sshproxy.exe ./cmd/win-sshproxy
Expand Down
22 changes: 21 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/containers/gvisor-tap-vsock

go 1.16
go 1.18

require (
github.com/Microsoft/go-winio v0.5.2
Expand All @@ -27,3 +27,23 @@ require (
gvisor.dev/gvisor v0.0.0-20220908032458-edc830a43ba6
inet.af/tcpproxy v0.0.0-20220326234310-be3ee21c9fa0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/mdlayher/socket v0.2.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
golang.org/x/tools v0.1.9 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
627 changes: 4 additions & 623 deletions go.sum

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions vendor/github.com/Microsoft/go-winio/go.mod

This file was deleted.

11 changes: 0 additions & 11 deletions vendor/github.com/Microsoft/go-winio/go.sum

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/fsnotify/fsnotify/go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/github.com/fsnotify/fsnotify/go.sum

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/github.com/google/btree/go.mod

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/google/gopacket/go.mod

This file was deleted.

19 changes: 0 additions & 19 deletions vendor/github.com/google/gopacket/go.sum

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/github.com/mdlayher/socket/go.mod

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/mdlayher/socket/go.sum

This file was deleted.

11 changes: 0 additions & 11 deletions vendor/github.com/mdlayher/vsock/go.mod

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/github.com/mdlayher/vsock/go.sum

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/github.com/miekg/dns/go.mod

This file was deleted.

33 changes: 0 additions & 33 deletions vendor/github.com/miekg/dns/go.sum

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/github.com/nxadm/tail/go.mod

This file was deleted.

6 changes: 0 additions & 6 deletions vendor/github.com/nxadm/tail/go.sum

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/onsi/ginkgo/go.mod

This file was deleted.

Loading

0 comments on commit 5bceb2d

Please sign in to comment.