mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 14:50:27 +00:00
19 lines
565 B
Modula-2
19 lines
565 B
Modula-2
module github.com/Kugelschieber/marvinblum
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
github.com/emvi/api-go v0.2.2
|
|
github.com/emvi/logbuch v1.1.1
|
|
github.com/golang-migrate/migrate/v4 v4.13.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gosimple/slug v1.9.0
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/lib/pq v1.9.0
|
|
github.com/pirsch-analytics/pirsch v1.8.1
|
|
github.com/pirsch-analytics/pirsch-go-sdk v0.0.0-20201204224029-0ab7a9417d40
|
|
github.com/rs/cors v1.7.0
|
|
golang.org/x/sys v0.0.0-20201116194326-cc9327a14d48 // indirect
|
|
)
|