File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 17
17
- build(deps): ` golang.org/x/mod ` from 0.23.0 to 0.24.0 ([ #642 ] ( https://github.com/fastly/go-fastly/pull/642 ) )
18
18
- build(deps): ` golang.org/x/tools ` from 0.30.0 to 0.31.0 ([ #640 ] ( https://github.com/fastly/go-fastly/pull/640 ) )
19
19
- build(deps): ` honnef.co/go/tools ` from 0.6.0 to 0.6.1 ([ #641 ] ( https://github.com/fastly/go-fastly/pull/641 ) )
20
+ - build(deps): ` github.com/BurntSushi/toml ` from 1.4.1-0.20240526193622-a339e1f7089c to 1.5.0 ([ #645 ] ( https://github.com/fastly/go-fastly/pull/645 ) )
20
21
21
22
## [ v9.14.0] ( https://github.com/fastly/go-fastly/releases/tag/v9.14.0 ) (2025-03-05)
22
23
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
)
16
16
17
17
require (
18
- github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
18
+ github.com/BurntSushi/toml v1.5.0 // indirect
19
19
github.com/davecgh/go-spew v1.1.1 // indirect
20
20
github.com/pmezard/go-difflib v1.0.0 // indirect
21
21
golang.org/x/exp/typeparams v0.0.0-20250106191152-7588d65b2ba8 // indirect
Original file line number Diff line number Diff line change 1
- github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c h1:pxW6RcqyfI9/kWtOwnv/G+AzdKuy2ZrqINhenH4HyNs =
2
- github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c /go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho =
1
+ github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg =
2
+ github.com/BurntSushi/toml v1.5.0 /go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho =
3
3
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
4
4
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
5
5
github.com/dnaeon/go-vcr v1.2.0 h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI =
You can’t perform that action at this time.
0 commit comments