Moved to Gitlab.
This commit is contained in:
@@ -26,7 +26,7 @@ import (
|
||||
"strings"
|
||||
|
||||
// local
|
||||
"source.pztrn.name/misc/opensaps/config/struct"
|
||||
"gitlab.com/pztrn/opensaps/config/struct"
|
||||
|
||||
// other
|
||||
"gopkg.in/yaml.v2"
|
||||
|
@@ -19,9 +19,9 @@ package config
|
||||
|
||||
import (
|
||||
// local
|
||||
"source.pztrn.name/misc/opensaps/config/interface"
|
||||
"source.pztrn.name/misc/opensaps/config/struct"
|
||||
"source.pztrn.name/misc/opensaps/context"
|
||||
"gitlab.com/pztrn/opensaps/config/interface"
|
||||
"gitlab.com/pztrn/opensaps/config/struct"
|
||||
"gitlab.com/pztrn/opensaps/context"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@@ -19,7 +19,7 @@ package configurationinterface
|
||||
|
||||
import (
|
||||
// local
|
||||
"source.pztrn.name/misc/opensaps/config/struct"
|
||||
"gitlab.com/pztrn/opensaps/config/struct"
|
||||
)
|
||||
|
||||
type ConfigurationInterface interface {
|
||||
|
Reference in New Issue
Block a user