module github.com/CyCoreSystems/dispatchers go 1.12 require ( github.com/CyCoreSystems/go-kamailio v0.2.0 github.com/ericchiang/k8s v1.1.0 github.com/ghodss/yaml v1.0.0 github.com/golang/protobuf v1.1.0 // indirect github.com/pkg/errors v0.8.0 golang.org/x/net v0.0.0-20180502164142-640f4622ab69 // indirect golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect golang.org/x/text v0.3.0 // indirect gopkg.in/yaml.v2 v2.2.1 // indirect )