diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-06 11:20:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 11:20:41 -0400 |
commit | 1a60550bef976a57777c75e055ad35ff8cf87f23 (patch) | |
tree | 0ddfcf25f83af0edd54ae3677634c2b14617f4c8 /libpod/boltdb_state.go | |
parent | aa4ec20c0f0d495acf753a4040db48df8c918dc5 (diff) | |
parent | 2d74811520db30cba7246dd1122d484b0c02e5d7 (diff) | |
download | podman-1a60550bef976a57777c75e055ad35ff8cf87f23.tar.gz podman-1a60550bef976a57777c75e055ad35ff8cf87f23.tar.bz2 podman-1a60550bef976a57777c75e055ad35ff8cf87f23.zip |
Merge pull request #6865 from vrothberg/2.0-v2-module
[2.0] move go module to v2
Diffstat (limited to 'libpod/boltdb_state.go')
-rw-r--r-- | libpod/boltdb_state.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/boltdb_state.go b/libpod/boltdb_state.go index be2787670..38881d3e4 100644 --- a/libpod/boltdb_state.go +++ b/libpod/boltdb_state.go @@ -6,7 +6,7 @@ import ( "strings" "sync" - "github.com/containers/libpod/libpod/define" + "github.com/containers/libpod/v2/libpod/define" jsoniter "github.com/json-iterator/go" "github.com/pkg/errors" "github.com/sirupsen/logrus" |