Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AspieSoft committed Jan 15, 2024
1 parent b851ced commit 0e74913
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cache/cache.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package goutil
package cache

import (
"sync"
Expand Down
2 changes: 0 additions & 2 deletions cache/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
github.com/AspieSoft/go-regex-re2/v2 v2.2.0 h1:CK9+SYs7BYy+lV/JrmRbyF+SuTF+e+BIyjKGjKJQzLg=
github.com/AspieSoft/go-regex-re2/v2 v2.2.0/go.mod h1:w+vA1zICvB4OQZGY8KdpyMwjwbFXdnZt9iQ7jRR+ycQ=
github.com/AspieSoft/goutil/v7 v7.5.3 h1:h9Mk/z5r1+2Z4JBp1P44UrN3rIgX94bTAbFeIwhm40Q=
github.com/AspieSoft/goutil/v7 v7.5.3/go.mod h1:JGAt912jBwFrTXiazla1FTVqSI3zDetUKR5HJb9ND5I=
github.com/AspieSoft/goutil/v7 v7.6.0 h1:my9iaZniQC6xJdO3zpD888xRDbExVS5tx5Qb6vOoO0o=
github.com/AspieSoft/goutil/v7 v7.6.0/go.mod h1:JGAt912jBwFrTXiazla1FTVqSI3zDetUKR5HJb9ND5I=
2 changes: 0 additions & 2 deletions syncmap/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
github.com/AspieSoft/go-regex-re2/v2 v2.2.0 h1:CK9+SYs7BYy+lV/JrmRbyF+SuTF+e+BIyjKGjKJQzLg=
github.com/AspieSoft/go-regex-re2/v2 v2.2.0/go.mod h1:w+vA1zICvB4OQZGY8KdpyMwjwbFXdnZt9iQ7jRR+ycQ=
github.com/AspieSoft/goutil/v7 v7.5.3 h1:h9Mk/z5r1+2Z4JBp1P44UrN3rIgX94bTAbFeIwhm40Q=
github.com/AspieSoft/goutil/v7 v7.5.3/go.mod h1:JGAt912jBwFrTXiazla1FTVqSI3zDetUKR5HJb9ND5I=
github.com/AspieSoft/goutil/v7 v7.6.0 h1:my9iaZniQC6xJdO3zpD888xRDbExVS5tx5Qb6vOoO0o=
github.com/AspieSoft/goutil/v7 v7.6.0/go.mod h1:JGAt912jBwFrTXiazla1FTVqSI3zDetUKR5HJb9ND5I=
2 changes: 1 addition & 1 deletion syncmap/syncmap.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package goutil
package syncmap

import (
"sync"
Expand Down

0 comments on commit 0e74913

Please sign in to comment.