Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mooijtech committed Jun 13, 2023
1 parent c7fa496 commit 6fc36ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ package main

import (
"fmt"
"github.com/mooijtech/go-pst/pkg/v6"
"github.com/mooijtech/go-pst/pkg/v6/properties"
"github.com/mooijtech/go-pst/v6/pkg"
"github.com/mooijtech/go-pst/v6/pkg/properties"
"github.com/rotisserie/eris"
"golang.org/x/text/encoding"
"os"
Expand Down
4 changes: 2 additions & 2 deletions pkg/doc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ package pst_test

import (
"fmt"
"github.com/mooijtech/go-pst/pkg/v6
"github.com/mooijtech/go-pst/pkg/v6/properties"
"github.com/mooijtech/go-pst/v6/pkg"
"github.com/mooijtech/go-pst/v6/pkg/properties"
"github.com/rotisserie/eris"
"golang.org/x/text/encoding"
"os"
Expand Down

0 comments on commit 6fc36ff

Please sign in to comment.