diff options
| author | ivar <i@oiee.no> | 2026-04-08 22:28:41 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2026-04-08 22:28:41 +0200 |
| commit | 16f827afc83dbe47d47a4fd47bc724994e68709c (patch) | |
| tree | f186fce09b9fbc6efcced8f1c6026f13970ad413 /go.mod | |
| parent | 041e161cef1c9525a23a250c5f3a9a5dbf477802 (diff) | |
| download | iblog-16f827afc83dbe47d47a4fd47bc724994e68709c.tar.xz iblog-16f827afc83dbe47d47a4fd47bc724994e68709c.zip | |
chore: add golang-migrate dependency
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ require ( github.com/go-playground/validator/v10 v10.30.2 // indirect github.com/goccy/go-json v0.10.6 // indirect github.com/goccy/go-yaml v1.19.2 // indirect + github.com/golang-migrate/migrate/v4 v4.19.1 // indirect github.com/gosimple/unidecode v1.0.1 // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/klauspost/cpuid/v2 v2.3.0 // indirect |
