From 1e6fd3c1dd03f52137205f3e66f6dee20ac4fe17 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 13 Aug 2023 14:02:59 +0100 Subject: Switch to go.awhk.org/core for testing --- go.mod | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 732c1fe..5afa31e 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,14 @@ module go.awhk.org/fwdsms -go 1.16 +go 1.19 require ( + github.com/google/go-cmp v0.5.9 github.com/gorilla/handlers v1.5.1 github.com/gorilla/mux v1.8.0 - github.com/stretchr/testify v1.7.0 - go.awhk.org/gosdd v0.2.0 - gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b + go.awhk.org/core v0.6.1 + go.awhk.org/gosdd v0.2.1 + gopkg.in/yaml.v3 v3.0.1 ) + +require github.com/felixge/httpsnoop v1.0.1 // indirect -- cgit v1.2.3-70-g09d2