From f090e4b4a71ebf7f69827f3e3f7982437c45995a Mon Sep 17 00:00:00 2001 From: "notzippy@gmail.com" Date: Tue, 12 Apr 2022 16:15:05 -0700 Subject: [PATCH] Updated gomod --- go.mod | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index be852c75..7cdec7f9 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,11 @@ module github.com/revel/cmd go 1.17 +retract ( + v1.1.0 // v1.1.0-1.1.1 are failed releases + v1.1.1 +) + require ( github.com/BurntSushi/toml v1.0.0 // indirect github.com/agtorre/gocolorize v1.0.0 @@ -15,10 +20,10 @@ require ( github.com/myesui/uuid v1.0.0 // indirect github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/revel/config v1.0.0 + github.com/revel/config v1.1.0 github.com/revel/log15 v2.11.20+incompatible github.com/revel/pathtree v0.0.0-20140121041023-41257a1839e9 // indirect - github.com/revel/revel v1.0.0 + github.com/revel/revel v1.1.0 github.com/stretchr/testify v1.7.0 github.com/twinj/uuid v1.0.0 // indirect github.com/xeonx/timeago v1.0.0-rc4 // indirect