From 0002d6b76ed11b57afd4d4afb18886ecab8dffff Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Fri, 18 Apr 2025 17:38:06 -0400 Subject: [PATCH] update to different metaListener which supports plain HTTP --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 1292358..e40ce4c 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/go-i2p/go-gittisane go 1.23.5 require ( - github.com/go-i2p/go-meta-listener v0.0.0-20250410230532-cbd126ff4d54 - github.com/go-i2p/onramp v0.33.92 // indirect + github.com/go-i2p/go-meta-listener v0.0.0-20250418213550-d9fc6472db56 + github.com/go-i2p/onramp v0.33.92 ) require ( diff --git a/go.sum b/go.sum index 1758ee5..82591d2 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/go-i2p/go-meta-listener v0.0.0-20250410230532-cbd126ff4d54 h1:uaVE8rzaPS7YbGUAmAXGBdDUgdr/dA4ivT/n/bZRRVs= -github.com/go-i2p/go-meta-listener v0.0.0-20250410230532-cbd126ff4d54/go.mod h1:wF/MCCfB40gZyT9WtuYWQkUOPrnoTzA+NG0zpsy3s4M= +github.com/go-i2p/go-meta-listener v0.0.0-20250418213550-d9fc6472db56 h1:4kPj6bHIbkhJJ29sM9CxYF3NTH6QqyxJoJr7/aWIskg= +github.com/go-i2p/go-meta-listener v0.0.0-20250418213550-d9fc6472db56/go.mod h1:wF/MCCfB40gZyT9WtuYWQkUOPrnoTzA+NG0zpsy3s4M= github.com/go-i2p/i2pkeys v0.0.0-20241108200332-e4f5ccdff8c4/go.mod h1:m5TlHjPZrU5KbTd7Lr+I2rljyC6aJ88HdkeMQXV0U0E= github.com/go-i2p/i2pkeys v0.33.10-0.20241113193422-e10de5e60708 h1:Tiy9IBwi21maNpK74yCdHursJJMkyH7w87tX1nXGWzg= github.com/go-i2p/i2pkeys v0.33.10-0.20241113193422-e10de5e60708/go.mod h1:m5TlHjPZrU5KbTd7Lr+I2rljyC6aJ88HdkeMQXV0U0E=