diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/natspec/natspec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/natspec/natspec.go b/common/natspec/natspec.go index 793bf59ae..8e6568cef 100644 --- a/common/natspec/natspec.go +++ b/common/natspec/natspec.go @@ -2,7 +2,7 @@ package natspec import ( "fmt" - "github.com/obscuren/otto" + "github.com/robertkrimen/otto" ) type NatSpec struct { |