diff options
Diffstat (limited to 'third_party/gvsync/seqatomic_unsafe.go')
-rw-r--r-- | third_party/gvsync/seqatomic_unsafe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gvsync/seqatomic_unsafe.go b/third_party/gvsync/seqatomic_unsafe.go index c52d378f1..382eeed43 100644 --- a/third_party/gvsync/seqatomic_unsafe.go +++ b/third_party/gvsync/seqatomic_unsafe.go @@ -13,7 +13,7 @@ import ( "strings" "unsafe" - "gvisor.googlesource.com/gvisor/third_party/gvsync" + "gvisor.dev/gvisor/third_party/gvsync" ) // Value is a required type parameter. |