adds shlex dependency

This commit is contained in:
Travis J Parker 2022-06-17 10:48:36 +02:00
parent bc34e10445
commit edea699ddf
2 changed files with 6 additions and 1 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module mollybrown
go 1.18
require github.com/BurntSushi/toml v1.1.0
require (
github.com/BurntSushi/toml v1.1.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
)

2
go.sum
View File

@ -1,2 +1,4 @@
github.com/BurntSushi/toml v1.1.0 h1:ksErzDEI1khOiGPgpwuI7x2ebx/uXQNw7xJpn9Eq1+I=
github.com/BurntSushi/toml v1.1.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ=