Browse Source

Add go.mod and go.sum

pull/1/head
Tovi Jaeschke-Rogers 3 years ago
parent
commit
7b6a860b32
2 changed files with 7 additions and 0 deletions
  1. +5
    -0
      go.mod
  2. +2
    -0
      go.sum

+ 5
- 0
go.mod View File

@ -0,0 +1,5 @@
module PackageManager
go 1.16
require github.com/mattn/go-sqlite3 v1.14.7

+ 2
- 0
go.sum View File

@ -0,0 +1,2 @@
github.com/mattn/go-sqlite3 v1.14.7 h1:fxWBnXkxfM6sRiuH3bqJ4CfzZojMOLVc0UTsTglEghA=
github.com/mattn/go-sqlite3 v1.14.7/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=

Loading…
Cancel
Save