File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v3
19
19
20
20
- name : Set up Go
21
- uses : actions/setup-go@v3
21
+ uses : actions/setup-go@v4
22
22
with :
23
23
go-version : stable
24
24
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/ecnepsnai/web
3
3
go 1.19
4
4
5
5
require (
6
- github.com/ecnepsnai/logtic v1.9.2
6
+ github.com/ecnepsnai/logtic v1.9.3
7
7
github.com/gorilla/websocket v1.5.0
8
8
golang.org/x/time v0.3.0
9
9
)
Original file line number Diff line number Diff line change 1
- github.com/ecnepsnai/logtic v1.9.2 h1:RoPIpBRjY5gGN4/WuOwBpYXNH+lIfmj4TwqvLz1CCoQ =
2
- github.com/ecnepsnai/logtic v1.9.2 /go.mod h1:fs2kkqGqiX77ejVNBKpSV/dMVtn9bTg9YtHLP9MC0U8 =
3
- github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc =
4
- github.com/gorilla/websocket v1.4.2 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
1
+ github.com/ecnepsnai/logtic v1.9.3 h1:EJM2xNcPjrhyG3KmQF4Wjcv/aCFHTY98lIiDWge27k4 =
2
+ github.com/ecnepsnai/logtic v1.9.3 /go.mod h1:fs2kkqGqiX77ejVNBKpSV/dMVtn9bTg9YtHLP9MC0U8 =
5
3
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc =
6
4
github.com/gorilla/websocket v1.5.0 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
7
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac h1:7zkz7BUtwNFFqcowJ+RIgu2MaV/MapERkDIy+mwPyjs =
8
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac /go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ =
9
- golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 h1:ftMN5LMiBFjbzleLqtoBZk7KdJwhuybIU+FckUHgoyQ =
10
- golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 /go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ =
11
5
golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4 =
12
6
golang.org/x/time v0.3.0 /go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ =
You can’t perform that action at this time.
0 commit comments