mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 14:50:27 +00:00
23 lines
739 B
Modula-2
23 lines
739 B
Modula-2
module github.com/Kugelschieber/marvinblum.de
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/emvi/api-go v0.2.2
|
|
github.com/emvi/logbuch v1.1.1
|
|
github.com/emvi/pirsch v1.5.3-0.20200914194223-a990d20e91a2
|
|
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
|
github.com/golang-migrate/migrate v3.5.4+incompatible
|
|
github.com/golang-migrate/migrate/v4 v4.12.2
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gosimple/slug v1.9.0
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/lib/pq v1.8.0
|
|
github.com/rs/cors v1.7.0
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|