issues

Github, Jira, Gitlab issues from Plan 9's acme
Log | Files | Refs | README | LICENSE

commit fac10d65517b52cbfcfb48d395832524025afbeb
parent bda9b4bf27784158b75dd1b8c28165eab2311931
Author: Oliver Lowe <o@olowe.co>
Date:   Mon,  4 Nov 2024 09:35:28 +1100

all: simplify go.mod

Diffstat:
Mgo.mod | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/go.mod b/go.mod @@ -1,9 +1,7 @@ -module rsc.io/github +module olowe.co/issues go 1.21 -toolchain go1.22.1 - require ( 9fans.net/go v0.0.7 github.com/google/go-github/v63 v63.0.0