domain update
This commit is contained in:
parent
988ca34644
commit
8ff6dfe9f2
|
@ -3,7 +3,7 @@ package bot_test
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"ewintr.nl/matrix-bots/bot"
|
"go-mod.ewintr.nl/matrix-bots/bot"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestNewConversation(t *testing.T) {
|
func TestNewConversation(t *testing.T) {
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module ewintr.nl/matrix-bots
|
module go-mod.ewintr.nl/matrix-bots
|
||||||
|
|
||||||
go 1.20
|
go 1.20
|
||||||
|
|
||||||
|
|
2
main.go
2
main.go
|
@ -5,7 +5,7 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"os/signal"
|
"os/signal"
|
||||||
|
|
||||||
"ewintr.nl/matrix-bots/bot"
|
"go-mod.ewintr.nl/matrix-bots/bot"
|
||||||
"github.com/BurntSushi/toml"
|
"github.com/BurntSushi/toml"
|
||||||
_ "github.com/mattn/go-sqlite3"
|
_ "github.com/mattn/go-sqlite3"
|
||||||
"golang.org/x/exp/slog"
|
"golang.org/x/exp/slog"
|
||||||
|
|
Loading…
Reference in New Issue