فهرست منبع

update go.mod

Mike 2 سال پیش
والد
کامیت
8ccf892f06
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      go.mod

+ 3 - 3
go.mod

@@ -3,7 +3,7 @@ module github.com/mkaminski/goaim
 go 1.20
 
 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
 )