diff --git a/go.mod b/go.mod index eb29423..fecfaf3 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/mnencia/mchfuse go 1.14 require ( - github.com/BurntSushi/toml v1.0.0 + github.com/BurntSushi/toml v1.2.0 github.com/VividCortex/godaemon v0.0.0-20201215173923-eda977734e72 github.com/golang-jwt/jwt/v4 v4.4.1 github.com/hanwen/go-fuse/v2 v2.1.0 diff --git a/go.sum b/go.sum index 6e26450..2c5d764 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/BurntSushi/toml v1.0.0 h1:dtDWrepsVPfW9H/4y7dDgFc2MBUSeJhlaDtK13CxFlU= -github.com/BurntSushi/toml v1.0.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= +github.com/BurntSushi/toml v1.2.0 h1:Rt8g24XnyGTyglgET/PRUNlrUeu9F5L+7FilkXfZgs0= +github.com/BurntSushi/toml v1.2.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/VividCortex/godaemon v0.0.0-20201215173923-eda977734e72 h1:kPET0ZTtmPg+0obS7L3KWPL9IqqgvMNhZ6Rkxj3iIpA= github.com/VividCortex/godaemon v0.0.0-20201215173923-eda977734e72/go.mod h1:Y8CJ3IwPIAkMhv/rRUWIlczaeqd9ty9yrl+nc2AbaL4= github.com/golang-jwt/jwt/v4 v4.4.1 h1:pC5DB52sCeK48Wlb9oPcdhnjkz1TKt1D/P7WKJ0kUcQ=