Update go modules

This commit is contained in:
MashPotato 2023-01-08 00:18:49 -07:00
parent 983fc91872
commit fa23620802
4 changed files with 6 additions and 3 deletions

3
garlandtools-dump/go.mod Normal file
View File

@ -0,0 +1,3 @@
module code.mashffxiv.com/MashPotato/gilgetter/garlandtools-dump
go 1.19

0
garlandtools-dump/go.sum Normal file
View File

2
go.mod
View File

@ -4,4 +4,4 @@ go 1.17
require github.com/fsnotify/fsnotify v1.6.0
require golang.org/x/sys v0.2.0 // indirect
require golang.org/x/sys v0.3.0 // indirect

4
go.sum
View File

@ -1,5 +1,5 @@
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.2.0 h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A=
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.3.0 h1:w8ZOecv6NaNa/zC8944JTU3vz4u6Lagfk4RPQxv92NQ=
golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=