Commit f016f8e 1 parent 5c1da48 commit f016f8e Copy full SHA for f016f8e
File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
github.com/kopoli/go-terminal-size v0.0.0-20170219200355-5c97524c8b54
18
18
github.com/lithammer/dedent v1.1.0
19
19
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
21
21
github.com/pkg/errors v0.9.1
22
22
github.com/schollz/progressbar/v3 v3.13.0
23
23
github.com/smacker/go-tree-sitter v0.0.0-20220209044044-0d3022e933c3
@@ -36,10 +36,6 @@ require (
36
36
sigs.k8s.io/yaml v1.3.0
37
37
)
38
38
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
-
43
39
require (
44
40
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960 // indirect
45
41
github.com/gomodule/redigo v2.0.0+incompatible // indirect
Original file line number Diff line number Diff line change @@ -435,8 +435,6 @@ github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI
435
435
github.com/kisielk/gotool v1.0.0 /go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck =
436
436
github.com/klauspost/compress v1.15.14 h1:i7WCKDToww0wA+9qrUZ1xOjp218vfFo3nTU6UHp+gOc =
437
437
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 =
440
438
github.com/klothoplatform/go-tree-sitter v0.1.1 h1:UO9bDCP6jJfKHUPv0P+8wLM6FJ4tCRNu3Hj2EQE51wk =
441
439
github.com/klothoplatform/go-tree-sitter v0.1.1 /go.mod h1:q99oHDsbP0xRwmn7Vmob8gbSMNyvJ83OauXPSuHQuKE =
442
440
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=
581
579
github.com/pborman/ansi v1.0.0 /go.mod h1:SgWzwMAx1X/Ez7i90VqF8LRiQtx52pWDiQP+x3iGnzw =
582
580
github.com/pelletier/go-toml v1.2.0 /go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic =
583
581
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 =
584
584
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI =
585
585
github.com/peterbourgon/diskv v2.0.1+incompatible /go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU =
586
586
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 h1:Ii+DKncOVM8Cu1Hc+ETb5K+23HdAMvESYE3ZJ5b5cMI =
You can’t perform that action at this time.
0 commit comments