Skip to content

Commit

Permalink
- update
Browse files Browse the repository at this point in the history
  • Loading branch information
dtapps committed Jun 12, 2024
1 parent 9fdfcaf commit cc96fbb
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 158 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
#### 安装

```shell
go get -v -u go.dtapp.net/golog@v1.0.138
go get -v -u go.dtapp.net/golog@v1.0.139
```
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ require (
go.dtapp.net/gojson v1.0.4
go.dtapp.net/gorequest v1.0.60
go.dtapp.net/gotime v1.0.11
go.dtapp.net/gotrace_id v1.0.12
go.dtapp.net/gourl v1.0.0
go.opentelemetry.io/otel/trace v1.27.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ go.dtapp.net/gostring v1.0.15 h1:MxvbgsBHSstIUdtwHf1FGtfh1bPbAlxxC+9NFVk396M=
go.dtapp.net/gostring v1.0.15/go.mod h1:AJLixiPhpBZrSKQ7yW46a+42iEIrOlfkJJ+Hta/j8RE=
go.dtapp.net/gotime v1.0.11 h1:VAmi1kFhkwJweIujeUOWf16wSmAZd4VyhyD25ku/J2Y=
go.dtapp.net/gotime v1.0.11/go.mod h1:BQT911XSfaJDBYPiEKGFwMjvgnZtx1F3nWu4GTg5ISY=
go.dtapp.net/gotrace_id v1.0.12 h1:rUN5RrxGh4rEH87Lfv3Klx+ulZfuv5SYyX7j12Mj8ns=
go.dtapp.net/gotrace_id v1.0.12/go.mod h1:brcZxFisvGdeXrHJ9IDJwpDITi4m5Z9sDd9OvGdQHAo=
go.dtapp.net/gourl v1.0.0 h1:Zbe0GiMFyyRy2+bjbVsYulakH5d58w3CDZkUPonlMoQ=
go.dtapp.net/gourl v1.0.0/go.mod h1:x9A/pJ3iKDTb6Gu2RtJy2iHg56IowXIcIGQdogqpGjs=
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.52.0 h1:Ud1trPqDHGSxyMiJ9a2XAdtTCXmRy0Yf7MjhW4dXogI=
Expand Down
17 changes: 0 additions & 17 deletions vendor/go.dtapp.net/gotrace_id/.drone.yml

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/go.dtapp.net/gotrace_id/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/go.dtapp.net/gotrace_id/LICENSE

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/go.dtapp.net/gotrace_id/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/go.dtapp.net/gotrace_id/const.go

This file was deleted.

42 changes: 0 additions & 42 deletions vendor/go.dtapp.net/gotrace_id/context.go

This file was deleted.

32 changes: 0 additions & 32 deletions vendor/go.dtapp.net/gotrace_id/gin_use.go

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/go.dtapp.net/gotrace_id/version.go

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@ go.dtapp.net/gostring
# go.dtapp.net/gotime v1.0.11
## explicit; go 1.22
go.dtapp.net/gotime
# go.dtapp.net/gotrace_id v1.0.12
## explicit; go 1.22
go.dtapp.net/gotrace_id
# go.dtapp.net/gourl v1.0.0
## explicit; go 1.19
go.dtapp.net/gourl
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package golog

const (
Version = "1.0.138"
Version = "1.0.139"
)

0 comments on commit cc96fbb

Please sign in to comment.