Skip to content

Commit 5fb112e

Browse files
committed
Upgraded go-server to latest version
1 parent 60a4bc5 commit 5fb112e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/djthorpe/go-errors v1.0.2
77
github.com/djthorpe/go-marshaler v0.0.15
88
github.com/hashicorp/go-multierror v1.1.1
9-
github.com/mutablelogic/go-server v1.0.33
9+
github.com/mutablelogic/go-server v1.0.35
1010
github.com/rjeczalik/notify v0.9.2
1111
github.com/xuri/excelize/v2 v2.4.1
1212
golang.org/x/text v0.3.7

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9
2020
github.com/miekg/dns v1.1.43/go.mod h1:+evo5L0630/F6ca/Z9+GAqzhjGyn8/c+TBaOyfEl0V4=
2121
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 h1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw=
2222
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826/go.mod h1:TaXosZuwdSHYgviHp1DAtfrULt5eUgsSMsZf+YrPgl8=
23-
github.com/mutablelogic/go-server v1.0.33 h1:Uc4pW9iXrAGrVliqIzo04FM9+00m6wypaQtziGPCJW8=
24-
github.com/mutablelogic/go-server v1.0.33/go.mod h1:g6V1jzdzvCwpwUIOsz8CKQqQD7owbCH6LHOHsMT+UDQ=
23+
github.com/mutablelogic/go-server v1.0.35 h1:FX48EXUIwo32LfrD/C0Zm1dYB6wqhDGJCktWGU3384o=
24+
github.com/mutablelogic/go-server v1.0.35/go.mod h1:g6V1jzdzvCwpwUIOsz8CKQqQD7owbCH6LHOHsMT+UDQ=
2525
github.com/pkg/term v1.1.0/go.mod h1:E25nymQcrSllhX42Ok8MRm1+hyBdHY0dCeiKZ9jpNGw=
2626
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
2727
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)