3
0

Change gopkg.in/yaml.v2 to gopkg.in/yaml.v3

This commit is contained in:
Urban Klinc
2020-12-03 09:31:00 +01:00
parent d3f85d953e
commit e57b8e8cad
3 changed files with 8 additions and 5 deletions

View File

@@ -2,14 +2,15 @@ package codegen
import (
"fmt"
"github.com/cortezaproject/corteza-server/pkg/handle"
"gopkg.in/yaml.v2"
"io"
"os"
"path"
"regexp"
"strings"
"text/template"
"github.com/cortezaproject/corteza-server/pkg/handle"
"gopkg.in/yaml.v3"
)
type (

View File

@@ -2,12 +2,13 @@ package codegen
import (
"fmt"
"github.com/cortezaproject/corteza-server/pkg/slice"
"gopkg.in/yaml.v2"
"os"
"path"
"strings"
"text/template"
"github.com/cortezaproject/corteza-server/pkg/slice"
"gopkg.in/yaml.v3"
)
type (

View File

@@ -2,11 +2,12 @@ package codegen
import (
"fmt"
"gopkg.in/yaml.v2"
"os"
"path"
"strings"
"text/template"
"gopkg.in/yaml.v3"
)
type (