add support for controlling desired beaver version
Showing
- HISTORY.rst 28 additions, 0 deletionsHISTORY.rst
- README.md 3 additions, 0 deletionsREADME.md
- go.mod 1 addition, 0 deletionsgo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- runner/config.go 29 additions, 0 deletionsrunner/config.go
- runner/config_test.go 15 additions, 0 deletionsrunner/config_test.go
- runner/fixtures/versionTest/invalidbase/beaver.yml 5 additions, 0 deletionsrunner/fixtures/versionTest/invalidbase/beaver.yml
- runner/fixtures/versionTest/validbase/beaver.yml 5 additions, 0 deletionsrunner/fixtures/versionTest/validbase/beaver.yml
... | ... | @@ -17,6 +17,7 @@ |
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fsnotify/fsnotify v1.5.1 // indirect | ||
github.com/hashicorp/go-version v1.6.0 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/kr/pretty v0.2.0 // indirect | ||
github.com/magiconair/properties v1.8.6 // indirect | ||
... | ... |
... | ... | @@ -123,6 +123,8 @@ |
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= | ||
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= | ||
github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g= | ||
github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek= | ||
github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= | ||
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= | ||
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= | ||
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= | ||
... | ... |
Please register or sign in to comment