diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,7 +2,4 @@ module janouch.name/gallery go 1.21.4 -require ( - github.com/mattn/go-sqlite3 v1.14.18 - golang.org/x/sync v0.5.0 -) +require github.com/mattn/go-sqlite3 v1.14.18 |