1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 21:45:26 +01:00

Added go.mozilla.org imports

Fixes #122
This commit is contained in:
Adrian Utrilla
2016-10-27 18:09:19 +02:00
parent 8e933ab7c9
commit 71d4a3cfd2
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
package aes
package aes //import "go.mozilla.org/sops/aes"
import (
cryptoaes "crypto/aes"

View File

@@ -1,4 +1,4 @@
package main
package main //import "go.mozilla.org/sops/cmd/sops"
import (
"go.mozilla.org/sops"

View File

@@ -1,4 +1,4 @@
package json
package json //import "go.mozilla.org/sops/json"
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package kms
package kms //import "go.mozilla.org/sops/kms"
import (
"encoding/base64"

View File

@@ -1,4 +1,4 @@
package pgp
package pgp //import "go.mozilla.org/sops/pgp"
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package sops
package sops //import "go.mozilla.org/sops"
import (
"crypto/rand"

View File

@@ -1,4 +1,4 @@
package yaml
package yaml //import "go.mozilla.org/sops/yaml"
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package yaml
package yaml //import "go.mozilla.org/sops/yaml"
import (
"fmt"