We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561fc80 commit b38d330Copy full SHA for b38d330
.gitignore
@@ -1,3 +1,4 @@
1
bin/
2
3
+data/
4
*.sqlite3
go.mod
@@ -5,6 +5,7 @@ go 1.18
5
require (
6
github.com/go-logr/logr v1.2.3
7
github.com/go-logr/zapr v1.2.3
8
+ github.com/golang-migrate/migrate/v4 v4.15.2
9
github.com/gorilla/mux v1.8.0
10
github.com/jmoiron/sqlx v1.3.5
11
github.com/mattn/go-sqlite3 v1.14.13
@@ -13,6 +14,8 @@ require (
13
14
)
15
16
17
+ github.com/hashicorp/errwrap v1.1.0 // indirect
18
+ github.com/hashicorp/go-multierror v1.1.1 // indirect
19
github.com/inconshreveable/mousetrap v1.0.0 // indirect
20
github.com/spf13/pflag v1.0.5 // indirect
21
go.uber.org/atomic v1.7.0 // indirect
0 commit comments