Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e1257cc

Browse files
fix: gf issue#3077
1 parent e80c13f commit e1257cc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

‎go.mod‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ module github.com/lingcoder/prometheus-notifier
22

33
go 1.21
44

5-
require github.com/gogf/gf/v2 v2.5.5
5+
require (
6+
github.com/gogf/gf/v2 v2.5.6
7+
github.com/larksuite/oapi-sdk-go/v3 v3.0.30
8+
)
69

710
require (
811
github.com/BurntSushi/toml v1.3.2 // indirect
@@ -14,7 +17,6 @@ require (
1417
github.com/gorilla/websocket v1.5.0 // indirect
1518
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
1619
github.com/kr/pretty v0.3.1 // indirect
17-
github.com/larksuite/oapi-sdk-go/v3 v3.0.30 // indirect
1820
github.com/magiconair/properties v1.8.7 // indirect
1921
github.com/mattn/go-colorable v0.1.13 // indirect
2022
github.com/mattn/go-isatty v0.0.20 // indirect

‎go.sum‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
1414
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
1515
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
1616
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
17-
github.com/gogf/gf/v2 v2.5.5 h1:av3xMltrJiZWs4lW5KUTTDh45qg3wUV33W5OebE+pYo=
18-
github.com/gogf/gf/v2 v2.5.5/go.mod h1:17K/gBYrp0bHGC3XYC7bSPoywmZ6MrZHrZakTfh4eIQ=
17+
github.com/gogf/gf/v2 v2.5.6 h1:a1UK1yUP3s+l+vPxmV91+8gTarAP9b1IEOw0W7LNl6E=
18+
github.com/gogf/gf/v2 v2.5.6/go.mod h1:17K/gBYrp0bHGC3XYC7bSPoywmZ6MrZHrZakTfh4eIQ=
1919
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
2020
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
2121
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /