Skip to content

Commit

Permalink
remove redundant disclaimer about gokogiri version
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Aug 28, 2016
1 parent 4966628 commit 301f596
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion control/summary_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"regexp"
"strings"

// using fork because of https://github.com/moovweb/gokogiri/pull/93#issuecomment-215582446
"github.com/jbowtie/gokogiri/xml"
"github.com/opencontrol/fedramp-templater/opencontrols"
"github.com/opencontrol/fedramp-templater/reporter"
Expand Down
3 changes: 1 addition & 2 deletions control/summary_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import (
"os"
"path/filepath"
"text/template"
// using fork because of https://github.com/moovweb/gokogiri/pull/93#issuecomment-215582446
"github.com/jbowtie/gokogiri/xml"

"github.com/jbowtie/gokogiri/xml"
. "github.com/opencontrol/fedramp-templater/control"
"github.com/opencontrol/fedramp-templater/docx/helper"
"github.com/opencontrol/fedramp-templater/opencontrols"
Expand Down
1 change: 0 additions & 1 deletion docx/helper/helper.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package helper

import (
// using fork because of https://github.com/moovweb/gokogiri/pull/93#issuecomment-215582446
"github.com/jbowtie/gokogiri"
"github.com/jbowtie/gokogiri/xml"
"github.com/opencontrol/doc-template/docx"
Expand Down
1 change: 1 addition & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package: github.com/opencontrol/fedramp-templater
import:
# using fork because of https://github.com/moovweb/gokogiri/pull/93#issuecomment-215582446
- package: github.com/jbowtie/gokogiri
version: 94c317865760e3580e90e49c08ca54953ef1b7cb
subpackages:
Expand Down
3 changes: 1 addition & 2 deletions ssp/document.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package ssp

import (
"github.com/jbowtie/gokogiri/xml"
"github.com/opencontrol/doc-template/docx"
"github.com/opencontrol/fedramp-templater/docx/helper"
// using fork because of https://github.com/moovweb/gokogiri/pull/93#issuecomment-215582446
"github.com/jbowtie/gokogiri/xml"
)

// Document represents a system security plan file and its contents.
Expand Down

0 comments on commit 301f596

Please sign in to comment.