Skip to content

Commit b06f8bf

Browse files
committed
toml 1.6.0
1 parent 893dd2c commit b06f8bf

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

cmd/tsk/tsk.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ type Options struct {
3535

3636
const defaultOutputFormat = output.OutputFormat(output.Text)
3737

38-
func init() {
39-
// TOML 1.1 features are behind a flag until officially released
40-
os.Setenv("BURNTSUSHI_TOML_110", "")
41-
}
42-
4338
func main() {
4439
opts := Options{}
4540
flag.BoolVarP(&opts.displayVersion, "version", "V", false, "display tsk version")

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/notnmeyer/tsk
33
go 1.23.0
44

55
require (
6-
github.com/BurntSushi/toml v1.5.0
6+
github.com/BurntSushi/toml v1.6.0
77
github.com/joho/godotenv v1.5.1
88
github.com/spf13/pflag v1.0.10
99
mvdan.cc/sh/v3 v3.12.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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=
1+
github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk=
2+
github.com/BurntSushi/toml v1.6.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
33
github.com/creack/pty v1.1.24 h1:bJrF4RRfyJnbTJqzRLHzcGaZK1NeM5kTC9jGgovnR1s=
44
github.com/creack/pty v1.1.24/go.mod h1:08sCNb52WyoAwi2QDyzUCTgcvVFhUzewun7wtTfvcwE=
55
github.com/go-quicktest/qt v1.101.0 h1:O1K29Txy5P2OK0dGo59b7b0LR6wKfIhttaAhHUyn7eI=

0 commit comments

Comments
 (0)