fix: go mod to gitlab pub
module gitlab.com/bassforce86/go-event-log | ||
module gitlab.nexdev.uk/pub/go-event-log | ||
go 1.14 | ||
... | ... | @@ -6,3 +6,5 @@ require ( |
github.com/isayme/go-amqp-reconnect v0.0.0-20180930040740-e71660afb5ca | ||
github.com/streadway/amqp v1.0.0 | ||
) | ||
replace gitlab.com/bassforce86/go-event-log~v0.0.1 => gitlab.nexdev.uk/pub/go-event-log v0.0.1 |
Please register or sign in to comment