Skip to content

Commit

Permalink
updated easyKV to 1.2.7 to update etcd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Kaufmann committed Feb 17, 2022
1 parent f53dc5f commit 31766da
Show file tree
Hide file tree
Showing 223 changed files with 6,654 additions and 1,254 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/BurntSushi/toml v0.3.1
github.com/HeavyHorst/consul-template v0.17.0
github.com/HeavyHorst/easykv v1.2.6
github.com/HeavyHorst/easykv v1.2.7
github.com/HeavyHorst/memkv v1.0.1
github.com/HeavyHorst/pongo2 v3.3.0+incompatible
github.com/armon/go-metrics v0.3.10
Expand All @@ -29,7 +29,6 @@ require (
github.com/x-cray/logrus-prefixed-formatter v0.5.2
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
sigs.k8s.io/yaml v1.2.0
)
68 changes: 37 additions & 31 deletions go.sum

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions vendor/github.com/HeavyHorst/easykv/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 37 additions & 27 deletions vendor/github.com/HeavyHorst/easykv/go.sum

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions vendor/github.com/coreos/etcd/pkg/fileutil/dir_unix.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 51 additions & 0 deletions vendor/github.com/coreos/etcd/pkg/fileutil/dir_windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

147 changes: 147 additions & 0 deletions vendor/github.com/coreos/etcd/pkg/fileutil/fileutil.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions vendor/github.com/coreos/etcd/pkg/fileutil/lock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions vendor/github.com/coreos/etcd/pkg/fileutil/lock_flock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 31766da

Please sign in to comment.