Go module files

This commit is contained in:
2023-08-13 19:43:32 +02:00
parent db9055aad1
commit 7c6007908a
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module motdGO
go 1.20
require github.com/mbndr/figlet4go v0.0.0-20190224160619-d6cef5b186ea

2
go.sum Normal file
View File

@@ -0,0 +1,2 @@
github.com/mbndr/figlet4go v0.0.0-20190224160619-d6cef5b186ea h1:mQncVDBpKkAecPcH2IMGpKUQYhwowlafQbfkz2QFqkc=
github.com/mbndr/figlet4go v0.0.0-20190224160619-d6cef5b186ea/go.mod h1:QzTGLGoOqLHUBK8/EZ0v4Fa4CdyXmdyRwCHcl0YbeO4=