This commit is contained in:
Andrey Parhomenko 2023-12-14 21:59:41 +03:00
parent 1350191dd4
commit 93eb265886
2 changed files with 14 additions and 14 deletions

View file

@ -1,7 +1,7 @@
package main
import (
"github.com/omnipunk/bond"
"github.com/di4f/bond"
)
var root = bond.Mux().

2
go.mod
View file

@ -1,3 +1,3 @@
module github.com/omnipunk/bond
module github.com/di4f/bond
go 1.21.3