-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 941 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/reiver/microdon
go 1.22.4
require (
github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f
github.com/reiver/go-errhttp v1.1.1-0.20240827033330-e4ea888843cc
github.com/reiver/go-nodeinfo v0.0.0-20241127132753-bb15178eff0f
github.com/reiver/go-opt v0.0.0-20240809035328-1ff08dec9bc4
github.com/reiver/go-pathmux v0.0.0-20240229164030-35fcff1c6e8d
github.com/reiver/go-webfinger v0.0.0-20241130141936-61b3544fff8c
)
require (
github.com/fatih/structs v1.1.0 // indirect
github.com/reiver/go-etag v0.0.0-20241130123934-1a98d29fda6e // indirect
github.com/reiver/go-json v0.0.0-20240809035039-2f83bc2e8c10 // indirect
github.com/reiver/go-jsonint v0.0.0-20241119162208-a71145908f18 // indirect
github.com/reiver/go-lck v0.0.0-20240808133902-b56df221c39f // indirect
github.com/reiver/go-path v0.0.0-20240327181650-5f2ee05890d8 // indirect
github.com/reiver/go-pathmatch v2.2.0+incompatible // indirect
)