aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 319078b27fd76785ccf9bb355ce1eefa786c081c (plain)
1
2
3
4
5
6
7
8
9
10
11
module main

go 1.14

require (
	git.rodere.systems/stream-service/cmd v0.0.0
	github.com/spf13/cobra v1.0.0 // indirect
	github.com/spf13/viper v1.7.0 // indirect
)

replace git.rodere.systems/stream-service/cmd => /home/gnusosa/dev/go/stream-service/cmd