Skip to content

Commit 96f0859

Browse files
Update golift.io/cnfgfile digest to 8fa7fd7
1 parent ae67358 commit 96f0859

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
)
1919

2020
require (
21-
github.com/BurntSushi/toml v1.3.0 // indirect
21+
github.com/BurntSushi/toml v1.4.0 // indirect
2222
github.com/andybalholm/brotli v1.1.0 // indirect
2323
github.com/bodgit/plumbing v1.3.0 // indirect
2424
github.com/bodgit/sevenzip v1.4.5 // indirect
@@ -32,6 +32,6 @@ require (
3232
github.com/ulikunitz/xz v0.5.11 // indirect
3333
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
3434
golang.org/x/text v0.14.0 // indirect
35-
golift.io/cnfgfile v0.0.0-20230531075023-f880041cc0a0
35+
golift.io/cnfgfile v0.0.0-20240703080440-8fa7fd722f78
3636
gopkg.in/yaml.v3 v3.0.1 // indirect
3737
)

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7
1818
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
1919
github.com/BurntSushi/toml v1.3.0 h1:Ws8e5YmnrGEHzZEzg0YvK/7COGYtTC5PbaH9oSSbgfA=
2020
github.com/BurntSushi/toml v1.3.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
21+
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0=
22+
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
2123
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
2224
github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M=
2325
github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY=
@@ -244,6 +246,8 @@ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8T
244246
golift.io/cnfg v0.2.2 h1:m60kGVZQLuzAx939fLX8wSEKk2fpZdX6+HOjdYuUfCw=
245247
golift.io/cnfgfile v0.0.0-20230531075023-f880041cc0a0 h1:u14MTHfTGx7kLX2b3wFbaESrIm3YqL//HM92XA6wzH4=
246248
golift.io/cnfgfile v0.0.0-20230531075023-f880041cc0a0/go.mod h1:dVC3N+72/nHNlBv3cwXb4FQTxMAor+JlNClAldwACkY=
249+
golift.io/cnfgfile v0.0.0-20240703080440-8fa7fd722f78 h1:RDcPb8J3X1UxJC6z4K0YPWc5OW0DIAiZdMM7uJQakEE=
250+
golift.io/cnfgfile v0.0.0-20240703080440-8fa7fd722f78/go.mod h1:zHm9o8SkZ6Mm5DfGahsrEJPsogyR0qItP59s5lJ98/I=
247251
golift.io/version v0.0.2 h1:i0gXRuSDHKs4O0sVDUg4+vNIuOxYoXhaxspftu2FRTE=
248252
golift.io/version v0.0.2/go.mod h1:76aHNz8/Pm7CbuxIsDi97jABL5Zui3f2uZxDm4vB6hU=
249253
golift.io/xtractr v0.2.3-0.20240202194230-2edf9aff9619 h1:rLCt2Q6zTh3yvs3mw0tujq7FiYq+Q1lc6DDNSV5U7lk=

0 commit comments

Comments
 (0)