go-drip/go.mod
2025-04-24 16:07:48 +00:00

10 lines
186 B
Modula-2

module git.trcreatives.com/triegebauer/go-drip
go 1.23.8
require (
github.com/gorilla/schema v1.4.1
github.com/gorilla/websocket v1.5.3
github.com/julienschmidt/httprouter v1.3.0
)