Skip to content

Commit

Permalink
Excavator: Manage go version (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Feb 10, 2022
1 parent ea87d6f commit 16d64da
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 190 deletions.
2 changes: 1 addition & 1 deletion .palantir/go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go1.16.10
go1.17.6
12 changes: 11 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/palantir/go-java-launcher

go 1.16
go 1.17

require (
github.com/mitchellh/go-ps v1.0.0
Expand All @@ -11,3 +11,13 @@ require (
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/palantir/pkg v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f // indirect
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
3 changes: 0 additions & 3 deletions vendor/github.com/mitchellh/go-ps/go.mod

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/mitchellh/go-wordwrap/go.mod

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/palantir/godel/pkg/products/v2/go.mod

This file was deleted.

Empty file.
11 changes: 0 additions & 11 deletions vendor/github.com/palantir/pkg/cli/go.mod

This file was deleted.

152 changes: 0 additions & 152 deletions vendor/github.com/palantir/pkg/cli/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/palantir/pkg/go.mod

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/gopkg.in/yaml.v2/go.mod

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/gopkg.in/yaml.v3/go.mod

This file was deleted.

17 changes: 12 additions & 5 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,39 +1,46 @@
# github.com/davecgh/go-spew v1.1.1
## explicit
github.com/davecgh/go-spew/spew
# github.com/mitchellh/go-ps v1.0.0
## explicit
## explicit; go 1.13
github.com/mitchellh/go-ps
# github.com/mitchellh/go-wordwrap v1.0.0
## explicit
github.com/mitchellh/go-wordwrap
# github.com/palantir/godel/pkg/products/v2 v2.0.0
## explicit
## explicit; go 1.13
github.com/palantir/godel/pkg/products/v2
# github.com/palantir/pkg v1.0.1
## explicit; go 1.13
github.com/palantir/pkg
# github.com/palantir/pkg/cli v1.0.1
## explicit
## explicit; go 1.13
github.com/palantir/pkg/cli
github.com/palantir/pkg/cli/completion
github.com/palantir/pkg/cli/flag
# github.com/pkg/errors v0.9.1
## explicit
github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.0
## explicit
github.com/pmezard/go-difflib/difflib
# github.com/stretchr/testify v1.7.0
## explicit
## explicit; go 1.13
github.com/stretchr/testify/assert
github.com/stretchr/testify/require
# golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f
## explicit; go 1.11
golang.org/x/crypto/ssh/terminal
# golang.org/x/sys v0.0.0-20190412213103-97732733099d
## explicit; go 1.12
golang.org/x/sys/unix
golang.org/x/sys/windows
# gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05
## explicit
gopkg.in/validator.v2
# gopkg.in/yaml.v2 v2.4.0
## explicit
## explicit; go 1.15
gopkg.in/yaml.v2
# gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
## explicit
gopkg.in/yaml.v3

0 comments on commit 16d64da

Please sign in to comment.