Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

docs:
docker:
- image: replicated/gitops-builder:node8-go12
- image: replicated/gitops-builder:node8-go13
working_directory: /go/src/github.com/replicatedcom/support-bundle
steps:
- checkout
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,7 @@

0.27.8/2020-01-02
* Patch CVE-2019-19906 and CVE-2019-1551 libsasl2-2-2.1.27~101-g0780600+dfsg-3 libssl1.0.2-1.0.2t-1~deb9u1

0.28.0/????
* Update golang version to 1.13
* Update kubernetes libraries to 1.17.2
41 changes: 14 additions & 27 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
code.cloudfoundry.org/archiver v0.0.0-20200129012029-d46e448f0c5d // indirect
github.com/Azure/go-autorest v11.1.0+incompatible // indirect
github.com/Azure/go-autorest/autorest/adal v0.8.1 // indirect
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.15.0+incompatible
github.com/Microsoft/go-winio v0.4.8 // indirect
Expand All @@ -17,7 +17,6 @@ require (
github.com/blang/semver v3.5.1+incompatible
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/divolgin/archiver v0.0.0-20161209225221-d039d69aa3bc
github.com/docker/distribution v2.6.0-rc.1.0.20170726174610-edc3ab29cdff+incompatible // indirect
github.com/docker/docker v1.4.2-0.20171205013456-4047cede6586
Expand All @@ -28,63 +27,51 @@ require (
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-kit/kit v0.8.0
github.com/go-logfmt/logfmt v0.3.0 // indirect
github.com/go-stack/stack v1.8.0
github.com/golang/mock v1.2.0
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/gophercloud/gophercloud v0.0.0-20180705153516-890150cbfcbe // indirect
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-getter v1.2.0
github.com/hashicorp/go-multierror v0.0.0-20171204182908-b7773ae21874
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
github.com/huandu/xstrings v1.0.0 // indirect
github.com/imdario/mergo v0.3.5 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/json-iterator/go v0.0.0-20180701071628-ab8a2e0c74be // indirect
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
github.com/magiconair/properties v1.8.0 // indirect
github.com/mholt/archiver v2.0.1-0.20180417220235-e4ef56d48eb0+incompatible
github.com/mitchellh/cli v0.0.0-20180414170447-c48282d14eba
github.com/mitchellh/go-homedir v1.0.0
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
github.com/nwaples/rardecode v0.0.0-20171029023500-e06696f847ae // indirect
github.com/onsi/ginkgo v1.7.0
github.com/onsi/gomega v1.4.3
github.com/onsi/ginkgo v1.10.1
github.com/onsi/gomega v1.7.0
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
github.com/pivotal-golang/archiver v0.0.0-20200129012029-d46e448f0c5d // indirect
github.com/pkg/errors v0.8.0
github.com/posener/complete v1.1.1 // indirect
github.com/retracedhq/retraced-go v0.0.0-20181101191425-1bfee2c53bc8
github.com/satori/go.uuid v1.2.0
github.com/spf13/afero v1.1.1
github.com/spf13/afero v1.2.2
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/cobra v0.0.4-0.20180629152535-a114f312e075
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
github.com/spf13/pflag v1.0.1 // indirect
github.com/spf13/viper v1.0.2
github.com/stretchr/testify v1.4.0
go.opencensus.io v0.20.2 // indirect
go.uber.org/dig v1.8.0
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect
google.golang.org/api v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20190415143225-d1146b9035b9 // indirect
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
google.golang.org/grpc v1.20.0 // indirect
gopkg.in/yaml.v2 v2.2.2
k8s.io/api v0.0.0-20181130031204-d04500c8c3dd
k8s.io/apimachinery v0.0.0-20181127025237-2b1284ed4c93
k8s.io/client-go v0.0.0-20181204121838-49478befba46
k8s.io/klog v0.1.0 // indirect
sigs.k8s.io/yaml v1.1.0 // indirect
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/client-go v0.17.2
)

replace github.com/alecthomas/jsonschema => github.com/emosbaugh/jsonschema v0.0.0-20200130190411-0a8db23df698
Loading