mirror of
https://github.com/spf13/viper
synced 2025-05-07 20:57:18 +00:00
change mod and import path name (#1)
This commit is contained in:
parent
2ecf3ac9a3
commit
1c55a94a73
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
go_import_path: github.com/spf13/viper
|
||||
go_import_path: github.com/SpectraLogic/viper
|
||||
|
||||
language: go
|
||||
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module github.com/spf13/viper
|
||||
module github.com/SpectraLogic/viper
|
||||
|
||||
require (
|
||||
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
|
||||
|
|
Loading…
Add table
Reference in a new issue