All checks were successful
/ pre-commit (push) Successful in 1m40s
Fixes #7. Signed-off-by: Julien Riou <julien@riou.xyz>
39 lines
1.3 KiB
Modula-2
39 lines
1.3 KiB
Modula-2
module git.riou.xyz/jriou/coller
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.24.6
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/prometheus/client_golang v1.23.0
|
|
golang.design/x/clipboard v0.7.1
|
|
golang.org/x/crypto v0.41.0
|
|
golang.org/x/term v0.34.0
|
|
gorm.io/driver/postgres v1.6.0
|
|
gorm.io/driver/sqlite v1.6.0
|
|
gorm.io/gorm v1.30.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/pgx/v5 v5.6.0 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.22 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
|
github.com/prometheus/common v0.65.0 // indirect
|
|
github.com/prometheus/procfs v0.16.1 // indirect
|
|
golang.org/x/exp/shiny v0.0.0-20250606033433-dcc06ee1d476 // indirect
|
|
golang.org/x/image v0.28.0 // indirect
|
|
golang.org/x/mobile v0.0.0-20250606033058-a2a15c67f36f // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
)
|