Parcourir la source

update go.mod

Mike il y a 3 ans
Parent
commit
8ccf892f06
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      go.mod

+ 3 - 3
go.mod

@@ -3,7 +3,7 @@ module github.com/mkaminski/goaim
 go 1.20
 go 1.20
 
 
 require (
 require (
-	github.com/google/uuid v1.3.0 // indirect
-	github.com/kelseyhightower/envconfig v1.4.0 // indirect
-	github.com/mattn/go-sqlite3 v1.14.17 // indirect
+	github.com/google/uuid v1.3.0
+	github.com/kelseyhightower/envconfig v1.4.0
+	github.com/mattn/go-sqlite3 v1.14.17
 )
 )