Skip to content

Commit 68d61a4

Browse files
committed
Update lib
1 parent 104ac2d commit 68d61a4

File tree

37 files changed

+29
-699
lines changed

37 files changed

+29
-699
lines changed

cmd/daze/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import (
1414
"strings"
1515
"time"
1616

17+
"github.com/libraries/go/doa"
18+
"github.com/libraries/go/gracefulexit"
19+
"github.com/libraries/go/rate"
1720
"github.com/mohanson/daze"
18-
"github.com/mohanson/daze/lib/doa"
19-
"github.com/mohanson/daze/lib/gracefulexit"
20-
"github.com/mohanson/daze/lib/rate"
2121
"github.com/mohanson/daze/protocol/ashe"
2222
"github.com/mohanson/daze/protocol/baboon"
2323
"github.com/mohanson/daze/protocol/czar"

daze.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ import (
2727
"sync"
2828
"time"
2929

30-
"github.com/mohanson/daze/lib/doa"
31-
"github.com/mohanson/daze/lib/lru"
32-
"github.com/mohanson/daze/lib/pretty"
33-
"github.com/mohanson/daze/lib/rate"
30+
"github.com/libraries/go/doa"
31+
"github.com/libraries/go/lru"
32+
"github.com/libraries/go/pretty"
33+
"github.com/libraries/go/rate"
3434
)
3535

3636
// ============================================================================

daze_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"os/exec"
77
"testing"
88

9-
"github.com/mohanson/daze/lib/doa"
9+
"github.com/libraries/go/doa"
1010
)
1111

1212
const (

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module github.com/mohanson/daze
22

3-
go 1.25
3+
go 1.25.0
4+
5+
require github.com/libraries/go v1.0.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/libraries/go v1.0.0 h1:haBcspBOvFO3J52zzRJP/6UV12WqOclxf6x1fEAWuBg=
2+
github.com/libraries/go v1.0.0/go.mod h1:gDswTQfQ6h3VYCnUvrPEOPsRWYpDiNhO4ervTpYi41c=

lib/doa/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

lib/doa/doa.go

Lines changed: 0 additions & 38 deletions
This file was deleted.

lib/gracefulexit/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/gracefulexit/cmd/http/main.go

Lines changed: 0 additions & 27 deletions
This file was deleted.

lib/gracefulexit/gracefulexit.go

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)