add go.mod and go.sum

This commit is contained in:
Travis J Parker 2022-06-14 18:42:29 +02:00
parent c77111e512
commit bc34e10445
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module mollybrown
go 1.18
require github.com/BurntSushi/toml v1.1.0

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/BurntSushi/toml v1.1.0 h1:ksErzDEI1khOiGPgpwuI7x2ebx/uXQNw7xJpn9Eq1+I=
github.com/BurntSushi/toml v1.1.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=