mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
9 lines
261 B
Modula-2
9 lines
261 B
Modula-2
module github.com/foomo/contentserver
|
|
|
|
require (
|
|
github.com/json-iterator/go v1.1.6
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/prometheus/client_golang v0.9.2
|
|
)
|