Skip to content

Commit

Permalink
chore: polish code
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <[email protected]>
  • Loading branch information
hezhangjian committed Oct 31, 2024
1 parent 3f8db9a commit acb3daf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/libgox/envx v0.0.0-20241031042254-fd0262feb0f7
github.com/libgox/flyway v0.0.0-20241024145649-4fd5000edd99
github.com/libgox/gocollections v0.0.0-20241024144716-59fe0afe6953
github.com/libgox/retry v0.0.0-20241031085806-5f2b98c90b4a
github.com/libgox/spring-cloud-go v0.0.3-0.20241026022417-5db252b8b188
github.com/libgox/unicodex v0.0.1
github.com/protocol-laboratory/opcua-go v0.0.0-20241022080800-2ff8b0ffb7c8
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ github.com/libgox/flyway v0.0.0-20241024145649-4fd5000edd99 h1:918JslZOfj3wWlFTi
github.com/libgox/flyway v0.0.0-20241024145649-4fd5000edd99/go.mod h1:mGoke7/soomn6WdAOo75552S5Y8jjjUm6zudtM/WI9I=
github.com/libgox/gocollections v0.0.0-20241024144716-59fe0afe6953 h1:qnlK5i5xCbMjQLqFa6JfNn3r7mtRMwMtuqJjyhgAYK8=
github.com/libgox/gocollections v0.0.0-20241024144716-59fe0afe6953/go.mod h1:Y4udpR8lStv1f67hVWbMCrcTyTvf98bFFsu/ZXvAvZ0=
github.com/libgox/retry v0.0.0-20241031085806-5f2b98c90b4a h1:mEyc17w4Ipfm3KfBiNhfM7bFFD/LJHqcs3Y3thRS40g=
github.com/libgox/retry v0.0.0-20241031085806-5f2b98c90b4a/go.mod h1:LVgyTROtcSz8k/vEgtRnoMSwIXKaGY57qZymrKMpb/M=
github.com/libgox/spring-cloud-go v0.0.3-0.20241026022417-5db252b8b188 h1:KWMS8mvvtWl3pDxB7qu2SCrYkm2WsgOymRK2p59thtw=
github.com/libgox/spring-cloud-go v0.0.3-0.20241026022417-5db252b8b188/go.mod h1:0bHHFwTumvrlRwU/yWndUzI93+RJDrm6pWbZl5dNjjs=
github.com/libgox/unicodex v0.0.1 h1:yUuZWMVXC5N9dcYgIc3aO7+2M5jN+XVatrU08Y5fC4k=
Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
_ "github.com/libgox/buffer"
_ "github.com/libgox/flyway"
_ "github.com/libgox/gocollections/listx"
_ "github.com/libgox/retry"
_ "github.com/libgox/spring-cloud-go"
_ "github.com/libgox/unicodex/letter"
_ "github.com/protocol-laboratory/opcua-go/opcua"
Expand Down

0 comments on commit acb3daf

Please sign in to comment.