diff --git a/host/go.mod b/host/go.mod index a66deda..6ae2f16 100644 --- a/host/go.mod +++ b/host/go.mod @@ -2,4 +2,4 @@ module github.com/soulim/q/host go 1.23.3 -require github.com/BurntSushi/toml v1.4.0 +require github.com/BurntSushi/toml v1.5.0 diff --git a/host/go.sum b/host/go.sum index 8bc10f6..ff7fd09 100644 --- a/host/go.sum +++ b/host/go.sum @@ -1,2 +1,2 @@ -github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0= -github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= +github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg= +github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=