Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 27e7edc

Browse files
authored
Merge pull request #45 from lxlxok/master
Update go version and package
2 parents c97b3f1 + 26f43e8 commit 27e7edc

File tree

926 files changed

+249941
-25331
lines changed

Some content is hidden

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

926 files changed

+249941
-25331
lines changed

go.mod

Lines changed: 38 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,46 @@
11
module github.com/salesforce/generic-sidecar-injector
22

3-
go 1.16
3+
go 1.20
44

55
require (
6-
github.com/evanphx/json-patch v4.9.0+incompatible
6+
github.com/evanphx/json-patch v4.12.0+incompatible
77
github.com/ghodss/yaml v1.0.0
8-
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
9-
github.com/jessevdk/go-flags v1.4.0
8+
github.com/golang/glog v1.1.1
9+
github.com/jessevdk/go-flags v1.5.0
1010
github.com/pkg/errors v0.9.1
11-
github.com/prometheus/client_golang v1.2.1
12-
github.com/spf13/afero v1.2.2
13-
github.com/stretchr/testify v1.6.1
11+
github.com/prometheus/client_golang v1.15.0
12+
github.com/spf13/afero v1.9.5
13+
github.com/stretchr/testify v1.8.2
1414
gopkg.in/yaml.v2 v2.4.0
15-
k8s.io/api v0.21.0
16-
k8s.io/apimachinery v0.21.0
15+
k8s.io/api v0.27.1
16+
k8s.io/apimachinery v0.27.1
17+
)
18+
19+
require (
20+
github.com/beorn7/perks v1.0.1 // indirect
21+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
22+
github.com/davecgh/go-spew v1.1.1 // indirect
23+
github.com/go-logr/logr v1.2.3 // indirect
24+
github.com/gogo/protobuf v1.3.2 // indirect
25+
github.com/golang/protobuf v1.5.3 // indirect
26+
github.com/google/gofuzz v1.1.0 // indirect
27+
github.com/json-iterator/go v1.1.12 // indirect
28+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
29+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
30+
github.com/modern-go/reflect2 v1.0.2 // indirect
31+
github.com/pmezard/go-difflib v1.0.0 // indirect
32+
github.com/prometheus/client_model v0.3.0 // indirect
33+
github.com/prometheus/common v0.42.0 // indirect
34+
github.com/prometheus/procfs v0.9.0 // indirect
35+
golang.org/x/net v0.8.0 // indirect
36+
golang.org/x/sys v0.6.0 // indirect
37+
golang.org/x/text v0.8.0 // indirect
38+
google.golang.org/protobuf v1.30.0 // indirect
39+
gopkg.in/inf.v0 v0.9.1 // indirect
40+
gopkg.in/yaml.v3 v3.0.1 // indirect
41+
k8s.io/klog/v2 v2.90.1 // indirect
42+
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
43+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
44+
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
45+
sigs.k8s.io/yaml v1.3.0 // indirect
1746
)

go.sum

Lines changed: 393 additions & 141 deletions
Large diffs are not rendered by default.

sidecarinjector

615 KB
Binary file not shown.

vendor/github.com/cespare/xxhash/v2/.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

vendor/github.com/cespare/xxhash/v2/README.md

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

vendor/github.com/cespare/xxhash/v2/go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/cespare/xxhash/v2/go.sum

Whitespace-only changes.

vendor/github.com/cespare/xxhash/v2/testall.sh

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

vendor/github.com/cespare/xxhash/v2/xxhash.go

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

0 commit comments

Comments
 (0)