diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-10-22 12:53:13 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-10-22 12:53:13 -0400 |
| commit | a30ad1ee29154aaf646bd3469241c79a5a759cb3 (patch) | |
| tree | a9360aba8ef84efb928f0edd57a684ef26029771 /cmd/xesite | |
| parent | 4e2eb873267d3313e93fee67dd0eca244cc0bebc (diff) | |
| download | xesite-a30ad1ee29154aaf646bd3469241c79a5a759cb3.tar.xz xesite-a30ad1ee29154aaf646bd3469241c79a5a759cb3.zip | |
cmd/xesite: fuck!
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/xesite')
| -rw-r--r-- | cmd/xesite/main.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/xesite/main.go b/cmd/xesite/main.go index def2b50..3c0b2af 100644 --- a/cmd/xesite/main.go +++ b/cmd/xesite/main.go @@ -3,7 +3,6 @@ package main import ( "context" "flag" - "fmt" "log" "log/slog" "net" @@ -13,7 +12,6 @@ import ( "github.com/donatj/hmacsig" "github.com/facebookgo/flagenv" - "github.com/go-git/go-git/v5" _ "github.com/joho/godotenv/autoload" "tailscale.com/hostinfo" "tailscale.com/tsnet" @@ -113,7 +111,6 @@ func main() { http.Redirect(w, r, "/static/site.webmanifest", http.StatusMovedPermanently) }) - gh := &GitHubWebhook{fs: fs} s := hmacsig.Handler256(gh, *githubSecret) mux.Handle("/.within/hook/github", s) |
