fix: error in gpm module path
This commit is contained in:
parent
c91e650d53
commit
f6c735561a
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
module git.yaegashi.fr/nishiki/gpm/cmd/gpm
|
||||
|
||||
require git.yaegashi.fr/nishiki/gpm v0.0.0
|
||||
replace git.yaegashi.fr/nishiki/gpm => ../../gpm
|
||||
require git.yaegashi.fr/nishiki/gpm/gpm v0.0.0
|
||||
replace git.yaegashi.fr/nishiki/gpm/gpm => ../../gpm
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
package main
|
||||
|
||||
import(
|
||||
"git.yaegashi.fr/nishiki/gpm"
|
||||
"git.yaegashi.fr/nishiki/gpm/gpm"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in a new issue