Skip to content

Commit 11e824b

Browse files
committed
Update go-acl
1 parent c3fd855 commit 11e824b

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185
1010
github.com/hashicorp/go-immutable-radix v1.3.1
1111
github.com/hashicorp/golang-lru v0.5.4
12-
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
12+
github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb
1313
github.com/jedisct1/dlog v0.0.0-20210927135244-3381aa132e7f
1414
github.com/jedisct1/go-clocksmith v0.0.0-20210101121932-da382b963868
1515
github.com/jedisct1/go-dnsstamps v0.0.0-20220328103132-6fb2da762370

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO
347347
github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ=
348348
github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I=
349349
github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc=
350-
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95 h1:S4qyfL2sEm5Budr4KVMyEniCy+PbS55651I/a+Kn/NQ=
351-
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95/go.mod h1:QiyDdbZLaJ/mZP4Zwc9g2QsfaEA4o7XvvgZegSci5/E=
350+
github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb h1:PGufWXXDq9yaev6xX1YQauaO1MV90e6Mpoq1I7Lz/VM=
351+
github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb/go.mod h1:QiyDdbZLaJ/mZP4Zwc9g2QsfaEA4o7XvvgZegSci5/E=
352352
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
353353
github.com/huandu/xstrings v1.0.0/go.mod h1:4qWG/gcEcfX4z/mBDHJ++3ReCw9ibxbsNJbcucJdbSo=
354354
github.com/huandu/xstrings v1.2.0/go.mod h1:DvyZB1rfVYsBIigL8HwpZgxHwXozlTgGqn63UyNX5k4=

vendor/github.com/hectane/go-acl/api/acl.go

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

vendor/github.com/hectane/go-acl/api/secinfo.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ github.com/hashicorp/hcl/hcl/token
251251
github.com/hashicorp/hcl/json/parser
252252
github.com/hashicorp/hcl/json/scanner
253253
github.com/hashicorp/hcl/json/token
254-
# github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
254+
# github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb
255255
## explicit; go 1.12
256256
github.com/hectane/go-acl
257257
github.com/hectane/go-acl/api

0 commit comments

Comments
 (0)