Skip to content

Commit

Permalink
fix(deps): update logboek and lockgate
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Mar 17, 2023
1 parent 2264215 commit 5183b51
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 1,228 deletions.
18 changes: 9 additions & 9 deletions client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@ require (
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/theupdateframework/go-tuf v0.5.2
github.com/werf/lockgate v0.0.0-20211004100849-f85d5325b201
github.com/werf/logboek v0.5.4
github.com/werf/lockgate v0.1.1
github.com/werf/logboek v0.5.5
gopkg.in/yaml.v3 v3.0.1
mvdan.cc/xurls v1.1.0
)

require (
github.com/avelino/slugify v0.0.0-20180501145920-855f152bd774 // indirect
github.com/gofrs/flock v0.7.1 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/mvdan/xurls v1.1.0 // indirect
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
)

replace github.com/theupdateframework/go-tuf => github.com/werf/3p-go-tuf v0.0.0-20230315082915-5fc159235553

0 comments on commit 5183b51

Please sign in to comment.