diff --git a/client/go.mod b/client/go.mod index fd58581..7bf4322 100644 --- a/client/go.mod +++ b/client/go.mod @@ -1,5 +1,5 @@ -module deadbeef.codes/steven/hyp-client +module deadbeef.codes/steven/hyp go 1.22.0 -require deadbeef.codes/steven/hyp/otphyp v0.0.0-20240407035202-7ccdf4d89fee +require deadbeef.codes/steven/hyp/otphyp v0.0.0-20240407135923-27c2f284299f diff --git a/client/go.sum b/client/go.sum index d413509..2e3122d 100644 --- a/client/go.sum +++ b/client/go.sum @@ -1,2 +1,4 @@ deadbeef.codes/steven/hyp/otphyp v0.0.0-20240407035202-7ccdf4d89fee h1:r9xdoIGPhc/tXzyOj+lCDb+ReYa/zkysqK3ZRCqpyIU= deadbeef.codes/steven/hyp/otphyp v0.0.0-20240407035202-7ccdf4d89fee/go.mod h1:NANpGD/K+nDkW+bkomchwaXMrsXWza58+8AR7Sau3fs= +deadbeef.codes/steven/hyp/otphyp v0.0.0-20240407135923-27c2f284299f h1:M+QxtB9hQ/+9MmvPtqOvXSL+LGU/f54VlPZHsM4Knao= +deadbeef.codes/steven/hyp/otphyp v0.0.0-20240407135923-27c2f284299f/go.mod h1:NANpGD/K+nDkW+bkomchwaXMrsXWza58+8AR7Sau3fs= diff --git a/server/go.mod b/server/go.mod index 569e82e..bc3d01a 100644 --- a/server/go.mod +++ b/server/go.mod @@ -3,7 +3,7 @@ module deadbeef.codes/steven/hypd go 1.22.0 require ( - deadbeef.codes/steven/hyp/otphyp v0.0.0-20240407035202-7ccdf4d89fee + deadbeef.codes/steven/hyp/otphyp v0.0.0-20240407135923-27c2f284299f github.com/google/gopacket v1.1.19 ) diff --git a/server/go.sum b/server/go.sum index dedd2c1..d652827 100644 --- a/server/go.sum +++ b/server/go.sum @@ -1,5 +1,7 @@ deadbeef.codes/steven/hyp/otphyp v0.0.0-20240407035202-7ccdf4d89fee h1:r9xdoIGPhc/tXzyOj+lCDb+ReYa/zkysqK3ZRCqpyIU= deadbeef.codes/steven/hyp/otphyp v0.0.0-20240407035202-7ccdf4d89fee/go.mod h1:NANpGD/K+nDkW+bkomchwaXMrsXWza58+8AR7Sau3fs= +deadbeef.codes/steven/hyp/otphyp v0.0.0-20240407135923-27c2f284299f h1:M+QxtB9hQ/+9MmvPtqOvXSL+LGU/f54VlPZHsM4Knao= +deadbeef.codes/steven/hyp/otphyp v0.0.0-20240407135923-27c2f284299f/go.mod h1:NANpGD/K+nDkW+bkomchwaXMrsXWza58+8AR7Sau3fs= github.com/google/gopacket v1.1.19 h1:ves8RnFZPGiFnTS0uPQStjwru6uO6h+nlr9j6fL7kF8= github.com/google/gopacket v1.1.19/go.mod h1:iJ8V8n6KS+z2U1A8pUwu8bW5SyEMkXJB8Yo/Vo+TKTo= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=