Add go.md and go.sum

to be able to exec it with newer go versions
This commit is contained in:
6543 2021-12-29 21:31:39 +01:00
parent dc7190af58
commit 6f8b100ad3
2 changed files with 9 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/SpeckiJ/Hochwasser
go 1.17
require golang.org/x/image v0.0.0-20211028202545-6944b10bf410

4
go.sum Normal file
View File

@ -0,0 +1,4 @@
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 h1:hTftEOvwiOq2+O8k2D5/Q7COC7k5Qcrgc2TFURJYnvQ=
golang.org/x/image v0.0.0-20211028202545-6944b10bf410/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=