Skip to content

Commit f016f8e

Browse files
committed
Update go-toml to post-PR merge
1 parent 5c1da48 commit f016f8e

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

go.mod

+1-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/kopoli/go-terminal-size v0.0.0-20170219200355-5c97524c8b54
1818
github.com/lithammer/dedent v1.1.0
1919
github.com/pborman/ansi v1.0.0
20-
github.com/pelletier/go-toml/v2 v2.0.6
20+
github.com/pelletier/go-toml/v2 v2.0.8-0.20230509155657-d34104d49374
2121
github.com/pkg/errors v0.9.1
2222
github.com/schollz/progressbar/v3 v3.13.0
2323
github.com/smacker/go-tree-sitter v0.0.0-20220209044044-0d3022e933c3
@@ -36,10 +36,6 @@ require (
3636
sigs.k8s.io/yaml v1.3.0
3737
)
3838

39-
// Replacement to support text keys in toml files. Remove once feature/text_keys branch has been upstreamed
40-
// https://github.com/pelletier/go-toml/pull/863
41-
replace github.com/pelletier/go-toml/v2 => github.com/klothoplatform/go-toml/v2 v2.0.0-20230509142120-9b7250d54e18
42-
4339
require (
4440
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960 // indirect
4541
github.com/gomodule/redigo v2.0.0+incompatible // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,6 @@ github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI
435435
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
436436
github.com/klauspost/compress v1.15.14 h1:i7WCKDToww0wA+9qrUZ1xOjp218vfFo3nTU6UHp+gOc=
437437
github.com/klauspost/compress v1.15.14/go.mod h1:QPwzmACJjUTFsnSHH934V6woptycfrDDJnH7hvFVbGM=
438-
github.com/klothoplatform/go-toml/v2 v2.0.0-20230509142120-9b7250d54e18 h1:jk2WQkfPr+m35RR1dMUUCXPNKDnHl51a5EBULq4Z4lM=
439-
github.com/klothoplatform/go-toml/v2 v2.0.0-20230509142120-9b7250d54e18/go.mod h1:Rx8EVrBQLLFtSg5qlhPUUFBYSYM6/AxUviY6pVtCfE8=
440438
github.com/klothoplatform/go-tree-sitter v0.1.1 h1:UO9bDCP6jJfKHUPv0P+8wLM6FJ4tCRNu3Hj2EQE51wk=
441439
github.com/klothoplatform/go-tree-sitter v0.1.1/go.mod h1:q99oHDsbP0xRwmn7Vmob8gbSMNyvJ83OauXPSuHQuKE=
442440
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
@@ -581,6 +579,8 @@ github.com/pborman/ansi v1.0.0 h1:OqjHMhvlSuCCV5JT07yqPuJPQzQl+WXsiZ14gZsqOrQ=
581579
github.com/pborman/ansi v1.0.0/go.mod h1:SgWzwMAx1X/Ez7i90VqF8LRiQtx52pWDiQP+x3iGnzw=
582580
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
583581
github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
582+
github.com/pelletier/go-toml/v2 v2.0.8-0.20230509155657-d34104d49374 h1:rqI9z03O3kEI/JgQKbPmCwgXTYJlP65woSpIrxvIzWo=
583+
github.com/pelletier/go-toml/v2 v2.0.8-0.20230509155657-d34104d49374/go.mod h1:Rx8EVrBQLLFtSg5qlhPUUFBYSYM6/AxUviY6pVtCfE8=
584584
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=
585585
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
586586
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 h1:Ii+DKncOVM8Cu1Hc+ETb5K+23HdAMvESYE3ZJ5b5cMI=

0 commit comments

Comments
 (0)