This repository has been archived on 2022-11-08. You can view files and clone it, but cannot push or open issues or pull requests.
simple-server/go.mod

10 lines
204 B
Modula-2

module github.com/unlock-music/simple-server
go 1.16
require (
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/tidwall/gjson v1.6.3
github.com/tidwall/match v1.0.2 // indirect
)