GitRoot

craft your forge, build your project, grow your community freely
 1// SPDX-FileCopyrightText: 2025 Romain Maneschi <romain@gitroot.dev>
 2//
 3// SPDX-License-Identifier: MIT
 4
 5module gitroot.dev/libs/golang/plugin
 6
 7go 1.22.4
 8
 9require github.com/tidwall/gjson v1.18.0
10
11require (
12	github.com/tidwall/match v1.1.1 // indirect
13	github.com/tidwall/pretty v1.2.0 // indirect
14)