From 2301f0e725fea01902aeb44e70ba36af3fc574cb Mon Sep 17 00:00:00 2001 From: exposed Date: Sat, 27 Jan 2024 01:46:09 -0500 Subject: [PATCH] package --- docs.go | 4 ++-- docs/index.html | 4 ++-- go.mod | 3 +-- go.sum | 2 -- point-c.go | 1 + 5 files changed, 6 insertions(+), 8 deletions(-) create mode 100644 point-c.go diff --git a/docs.go b/docs.go index dff33d4..26a5540 100644 --- a/docs.go +++ b/docs.go @@ -3,6 +3,6 @@ package caddy //go:generate rm -rf docs -//go:generate go run "github.com/therve/go/gopages" -base /$GOPACKAGE -internal -out docs -source-link "https://github.com/point-c/$GOPACKAGE/blob/main/{{.Path}}{{if .Line}}#L{{.Line}}{{end}}" +//go:generate go run "github.com/johnstarich/go/gopages" -base /$GOPACKAGE -internal -out docs -source-link "https://github.com/point-c/$GOPACKAGE/blob/main/{{.Path}}{{if .Line}}#L{{.Line}}{{end}}" -import _ "github.com/therve/go/gopages" +import _ "github.com/johnstarich/go/gopages" diff --git a/docs/index.html b/docs/index.html index e4606ce..e6f0d0b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,10 +2,10 @@ - Click here to see this module's documentation. + Click here to see this module's documentation. diff --git a/go.mod b/go.mod index 9ef7c6d..b0c3fac 100644 --- a/go.mod +++ b/go.mod @@ -5,13 +5,13 @@ go 1.21.5 require ( github.com/caddyserver/caddy/v2 v2.7.6 github.com/google/uuid v1.5.0 + github.com/johnstarich/go/gopages v0.1.25 github.com/pkg/errors v0.9.1 github.com/point-c/simplewg v0.1.0 github.com/point-c/wg v0.2.0 github.com/point-c/wgapi v0.1.0 github.com/point-c/wgevents v0.1.0 github.com/stretchr/testify v1.8.4 - github.com/therve/go/gopages v0.0.0-20230125110906-989785bb2fa2 go.mrchanchal.com/zaphandler v0.0.0-20230611140024-bd4fd80897ad golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 @@ -77,7 +77,6 @@ require ( github.com/jackc/pgtype v1.14.0 // indirect github.com/jackc/pgx/v4 v4.18.0 // indirect github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect - github.com/johnstarich/go/gopages v0.1.25 // indirect github.com/johnstarich/go/pipe v0.2.0 // indirect github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect github.com/klauspost/compress v1.17.0 // indirect diff --git a/go.sum b/go.sum index df20988..9a0b1cf 100644 --- a/go.sum +++ b/go.sum @@ -626,8 +626,6 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/tailscale/tscert v0.0.0-20230806124524-28a91b69a046 h1:8rUlviSVOEe7TMk7W0gIPrW8MqEzYfZHpsNWSf8s2vg= github.com/tailscale/tscert v0.0.0-20230806124524-28a91b69a046/go.mod h1:kNGUQ3VESx3VZwRwA9MSCUegIl6+saPL8Noq82ozCaU= -github.com/therve/go/gopages v0.0.0-20230125110906-989785bb2fa2 h1:x2yEkk4IZ4rZS9C86JCQ5m5zQDW9JJkQkGZ5mrzud80= -github.com/therve/go/gopages v0.0.0-20230125110906-989785bb2fa2/go.mod h1:e2jbQbt2DZGWAlN8eotfmg/0sxsG0FwpMkXGG6bLRZ8= github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= diff --git a/point-c.go b/point-c.go new file mode 100644 index 0000000..52705a6 --- /dev/null +++ b/point-c.go @@ -0,0 +1 @@ +package caddy