GoRacerr/go.mod

22 lines
585 B
Modula-2
Raw Normal View History

2024-08-30 12:36:47 +07:00
module git.rouggy.com/GoRacerr
go 1.22.4
require github.com/BurntSushi/toml v1.4.0
require github.com/gorilla/mux v1.8.1
2024-08-30 18:02:07 +07:00
2024-08-31 15:10:25 +07:00
require (
github.com/Masterminds/squirrel v1.5.4
github.com/cyruzin/golang-tmdb v1.6.6
github.com/mattn/go-sqlite3 v1.14.22
)
2024-08-30 18:02:07 +07:00
require (
2024-08-31 15:10:25 +07:00
github.com/json-iterator/go v1.1.12 // indirect
2024-08-30 18:02:07 +07:00
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
2024-08-31 15:10:25 +07:00
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
2024-08-30 18:02:07 +07:00
)