Simplified go.mod
This commit is contained in:
parent
812147b601
commit
dc5794fd21
1 changed files with 4 additions and 3 deletions
7
go.mod
7
go.mod
|
@ -2,6 +2,7 @@ module git.akyoto.dev/go/server
|
|||
|
||||
go 1.20
|
||||
|
||||
require git.akyoto.dev/go/assert v0.1.2
|
||||
|
||||
require git.akyoto.dev/go/router v0.1.1
|
||||
require (
|
||||
git.akyoto.dev/go/assert v0.1.2
|
||||
git.akyoto.dev/go/router v0.1.1
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue