Direct dependency specification in go.mod
This commit is contained in:
parent
b5fd6a1c4b
commit
f9eb67da11
1 changed files with 1 additions and 2 deletions
|
@ -5,6 +5,5 @@ go 1.21.1
|
|||
require (
|
||||
github.com/jmoiron/sqlx v1.3.5
|
||||
github.com/mattn/go-sqlite3 v1.14.22
|
||||
github.com/BurntSushi/toml v1.3.2
|
||||
)
|
||||
|
||||
require github.com/BurntSushi/toml v1.3.2 // indirect
|
||||
|
|
Loading…
Reference in a new issue